build: ignore SQLite WAL and shared memory files
engram.db-shm and engram.db-wal are ephemeral SQLite WAL mode artifacts. They were being committed daily by auto-repair since at least 2026-03-30. Added *.db-shm and *.db-wal to .gitignore and removed from index. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c1d50e2d53
commit
467e30ab92
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,3 +3,7 @@ __pycache__/
|
||||
data/
|
||||
*.egg-info/
|
||||
.env
|
||||
|
||||
# SQLite WAL mode ephemeral files — never track these
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
BIN
engram.db-shm
BIN
engram.db-shm
Binary file not shown.
BIN
engram.db-wal
BIN
engram.db-wal
Binary file not shown.
Loading…
Reference in New Issue
Block a user