desktop修正

This commit is contained in:
admin
2025-12-14 23:54:48 +09:00
parent f9f5eec35e
commit 74dcb88fe6
25 changed files with 1068 additions and 157 deletions

14
.gitignore vendored
View File

@@ -25,4 +25,16 @@ Thumbs.db
# ===== Docker / NAS =====
docker-data/
*.bak
*.tmp
*.tmp
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
# Virtual environments
.venv/
venv/
env/
backend/.venv/