# Local databases and runtime state
database/*.db
database/*.db-shm
database/*.db-wal
database/*.lock
database/last_scheduled_update

# Imported/generated data
import/*.json

# Python cache
__pycache__/
*.pyc
