Files
ozan 41bb4d6b29 Add shuffle dashboard with cost tracking and daily generation limits.
Player settings panel, stats API, and README document how saved and new tracks mix under a per-day Lyria cap.

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

22 lines
205 B
Plaintext

# 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/