# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
.pytest_cache/
.ruff_cache/
*.pyc

# Rendered audio output — generate locally with `make`
dist/
output/
*.wav
*.mp3
*.flac
*.ogg

# Spotify OAuth token — never commit this
.spotify_token

# Spotify raw data dump — large, personal
styles/my_taste.json

# macOS
.DS_Store

# Audio fingerprint snapshot (machine-specific, not committed)
.fingerprints.json
