first commit
This commit is contained in:
+28
@@ -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/
|
||||
Reference in New Issue
Block a user