mirror of
https://github.com/mistergibson/radio.git
synced 2026-09-08 22:09:51 -07:00
21 lines
278 B
Text
21 lines
278 B
Text
# Secrets and local configuration
|
|
config.json
|
|
|
|
# Runtime data (should live under the storage path, not here)
|
|
.venv/
|
|
state/
|
|
logs/
|
|
playlists/
|
|
*.db
|
|
*.log
|
|
|
|
# Downloaded media (belongs under the storage path)
|
|
podcasts/
|
|
music/
|
|
jingles/
|
|
announcements/
|
|
|
|
# OS cruft
|
|
.DS_Store
|
|
Thumbs.db
|
|
|