8247692aa2
- Frontend Security Enhancements (Nginx/Entrypoint) - Docker Networking & Binding - Code Bug Fix
28 lines
265 B
Plaintext
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/
|