summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCaine <caine@jihakuz.xyz>2026-03-26 22:51:23 +0000
committerCaine <caine@jihakuz.xyz>2026-03-26 22:51:23 +0000
commit091042cc02a84090b94bb0cd2b38382bbd916aac (patch)
treeb3c40e2c0a7280c1609733bb0cfba3fef4066f7b /.gitignore
parentc007b565ae302565ba47807964bdfc1d69722f9e (diff)
Initial commit: Radio Susan source (secrets excluded)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore39
1 files changed, 6 insertions, 33 deletions
diff --git a/.gitignore b/.gitignore
index a5a1707..c1dcdbe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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