summaryrefslogtreecommitdiff
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
parentc007b565ae302565ba47807964bdfc1d69722f9e (diff)
Initial commit: Radio Susan source (secrets excluded)
-rw-r--r--.gitignore39
-rw-r--r--secrets.liq.example2
2 files changed, 8 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
diff --git a/secrets.liq.example b/secrets.liq.example
new file mode 100644
index 0000000..43edc4b
--- /dev/null
+++ b/secrets.liq.example
@@ -0,0 +1,2 @@
+# Radio Susan secrets — DO NOT COMMIT
+icecast_password = "CHANGE_ME"