Files
audioserver/.gitignore
T
fegger 8247692aa2 - Dependency Updates & Cleanup
- Frontend Security Enhancements (Nginx/Entrypoint)
- Docker Networking & Binding
- Code Bug Fix
2026-05-19 10:11:15 +02:00

28 lines
265 B
Plaintext

.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/