Fix uvicorn logging for PyInstaller, update gitignore

This commit is contained in:
2026-01-31 14:37:45 +02:00
parent fa55fec94a
commit b62e893abe
2 changed files with 23 additions and 2 deletions

14
.gitignore vendored
View File

@@ -9,3 +9,17 @@ backend/venv/
backend/data/
.claude/
CLAUDE.md
# Desktop build artifacts
desktop/backend-dist/
desktop/dist/
desktop/node_modules/
# Installer build artifacts
installer/build/
installer/dist/
# PyInstaller
*.spec.bak
__pycache__/
*.pyc