# Ignore database files if created here (legacy - now stored in data/)
*.db
*.db-journal
*.db-wal
*.db-shm

# Ignore Python bytecode
__pycache__/
*.pyc
