b8ff25f370
Songs persist under songs/ (MP3 via LFS, metadata in git). Player shows saved library. Co-authored-by: Cursor <cursoragent@cursor.com>
21 lines
188 B
Plaintext
21 lines
188 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# Secrets
|
|
.env
|
|
.env.local
|
|
|
|
# Legacy cache (migrated to songs/)
|
|
radio_cache/
|
|
|
|
# IDE / OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|