track pipekit.db in git for backup purposes

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Paul Trowbridge 2026-05-30 22:48:10 -04:00
parent 780f73021c
commit 70e4d79edf
2 changed files with 1 additions and 2 deletions

3
.gitignore vendored
View File

@ -2,8 +2,7 @@ __pycache__/
*.py[cod] *.py[cod]
*.egg-info/ *.egg-info/
# Local SQLite database — contains connection rows + user state. # SQLite WAL/journal artifacts — db file itself is tracked for backup.
pipekit.db
pipekit.db-journal pipekit.db-journal
pipekit.db-wal pipekit.db-wal
pipekit.db-shm pipekit.db-shm

BIN
pipekit.db Normal file

Binary file not shown.