Fix uvicorn logging for PyInstaller, update gitignore
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user