Files
live-radio/.gitignore
T
ozan b8ff25f370 Add song library with Git LFS, DJ chat, and tinqs/live-radio publish path.
Songs persist under songs/ (MP3 via LFS, metadata in git). Player shows saved library.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 14:18:17 +01:00

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/