summaryrefslogtreecommitdiff
path: root/.gitignore
blob: a5a1707f6796ac40d60b788d6d52b9cf2fd6e4f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Virtual environment
venv/

# Databases (generated, contain runtime state)
*.db
*.db-wal
*.db-shm

# Generated caches & playlists
genre_cache.json
playlist.json
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