# SQLite database files
database/*.db
database/*.db-shm
database/*.db-wal

# Imported/generated data
import/*.json

# Python cache
__pycache__/
*.pyc
