first commit

This commit is contained in:
2026-08-15 14:43:56 +08:00
commit 63b8c28e1d
340 changed files with 59515 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# Python
__pycache__/
*.py[cod]
.venv/
runtime/
config/.venv_python_path.txt
# Node / frontend build
frontend/admin/node_modules/
frontend/admin/.vite/
# Build output
build/
dist/
*.spec
# Runtime data
logs/
data/music_state.json
data/queue_state.json
data/song_requests.json
data/tts_state.json
data/bilibili_credentials.json
web/music_cover.jpg
# IDE
.idea/
.workbuddy/