- Dependency Updates & Cleanup

- Frontend Security Enhancements (Nginx/Entrypoint)
- Docker Networking & Binding
- Code Bug Fix
This commit is contained in:
2026-05-19 10:11:15 +02:00
parent 6146bf18b0
commit 8247692aa2
2285 changed files with 1801 additions and 485963 deletions
+27
View File
@@ -0,0 +1,27 @@
.env
*.local
# Node/Vite
node_modules/
dist/
.vite/
# Python
__pycache__/
*.py[cod]
.pytest_cache/
.venv/
# Android/local IDE state
local.properties
.gradle/
build/
# Archives and generated bundles
*.tar.gz
*.zip
# macOS/editor noise
.DS_Store
.idea/
.vscode/