# Python
__pycache__/
*.py[cod]
.venv/
venv/
dist/
*.egg-info/

# Secrets
.env
.env.local

# Legacy cache (migrated to songs/)
radio_cache/
songs/stats.json

# IDE / OS
.DS_Store
Thumbs.db
.idea/
.vscode/
