From 2dc7258bf5a846ae02c7d37ee96bd3acf45b156a Mon Sep 17 00:00:00 2001 From: tegwick Date: Fri, 28 Aug 2026 11:54:39 +0200 Subject: [PATCH] chore: ignore patch backups The patch scripts used during NK-WP-0033 write timestamped .bak- files beside what they change. Useful during a session, noise afterwards, and they block registrar reconciliation, which requires a clean worktree. Git history is the real backup. Also removes a stray zero-byte file named HTTP (2026-08-27 20:08), almost certainly a mistyped shell redirect. Empty, nothing lost. Co-Authored-By: Claude Opus 5 Assistant: claude-code Assistant-Model: opus Assistant-Process: 3377672@bnt-lap001 Assistant-Session: 15463ccf-238f-4e13-b163-93aa25c6d166 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2608138..9a1075d 100644 --- a/.gitignore +++ b/.gitignore @@ -186,3 +186,6 @@ cython_debug/ # PyPI configuration file .pypirc + +# Patch backups written by scripts/patch-*.py — git history is the real backup +*.bak-*