# Fichiers audio et état du cache (ne pas versionner)
/cache/*
!/cache/.gitkeep

# Secrets locaux
.env

# État de l'ingestion (base SQLite persistante)
/state/
*.db
*.db-journal
*.db-wal

# Python
__pycache__/
*.pyc
.venv/
