15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
|
|
# SQLite WAL/journal artifacts — db file itself is tracked for backup.
|
|
pipekit.db-journal
|
|
pipekit.db-wal
|
|
pipekit.db-shm
|
|
|
|
# Local Claude Code settings.
|
|
.claude/settings.local.json
|
|
|
|
# Python venv created by deploy.sh.
|
|
.venv/
|