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 <noreply@anthropic.com> Assistant: claude-code Assistant-Model: opus Assistant-Process: 3377672@bnt-lap001 Assistant-Session: 15463ccf-238f-4e13-b163-93aa25c6d166
This commit is contained in:
parent
745b54d786
commit
2dc7258bf5
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -186,3 +186,6 @@ cython_debug/
|
|||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
||||
# Patch backups written by scripts/patch-*.py — git history is the real backup
|
||||
*.bak-*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue