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

# Secrets locaux
.env

# Liste de sources yt-dlp personnelle (garder seulement l'exemple)
/config/urls.txt

# Échantillon de feed ListenBrainz personnel
/config/recommendations.xml

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

# Python
__pycache__/
*.pyc
.venv/
