chore: untrack session scratch files (.bd2_*, .watch_targets.py)

Swept in by git add -A during /save; added to .gitignore.
.watch_targets.py kept on disk (in use by background reconnect watcher).
This commit is contained in:
2026-06-25 21:24:02 -07:00
parent 563ff9e8fa
commit 1917f19436
4 changed files with 2 additions and 12 deletions

2
.gitignore vendored
View File

@@ -133,3 +133,5 @@ temp/
# Transient coord softfail queue (machine-local; drains on /sync, never committed)
.claude/coord-queue.jsonl
.boot.bin
.bd2_*
.watch_targets.py