Ignore runtime database and generated data

This commit is contained in:
2026-07-17 17:58:33 +02:00
parent 15e827fbaa
commit a55cf8da15
2 changed files with 11 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
# SQLite database files
database/*.db
database/*.db-shm
database/*.db-wal
# Imported/generated data
import/*.json
# Python cache
__pycache__/
*.pyc