radio/.gitignore
profit 3d635b742c Initial commit: self-hosted personal radio station
Flask + React web UI with audio player, podcast queue, feed management,
episode browser, music library, schedule viewer, and log tail.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 19:01:33 -07:00

30 lines
253 B
Plaintext

# Runtime data
state/
logs/
media/
# Portable toolchains
.local/
# Python
__pycache__/
*.pyc
*.pyo
venv/
.venv/
# Node / Frontend build
web/frontend/node_modules/
web/frontend/dist/
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
# Claude
.claude/