diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 39 |
1 files changed, 6 insertions, 33 deletions
@@ -1,37 +1,10 @@ -# Virtual environment +secrets.liq +config.json venv/ - -# Databases (generated, contain runtime state) +__pycache__/ +*.pyc *.db -*.db-wal -*.db-shm - -# Generated caches & playlists -genre_cache.json -playlist.json +*.log playlist.m3u -track_state.json -track_history.json playlists/ - -# Generated audio (TTS announcements, jingles are regenerated) -announcements/ -jingles/ - -# Logs -*.log -*.log.* - -# Python -__pycache__/ -*.pyc - -# Runtime/cache -.cache/ - -# Legacy/backup files -*.bak - -# Secrets -secrets.liq -ezstream.xml +track_state.json |
