ObsiGate/.dockerignore
Bruno Charest 58a0ffc76c feat: quick wins - dockerignore, env secrets, gzip, cache-control
- Add .dockerignore to exclude .git, __pycache__, docs, etc. from Docker context
- Create .env.example template with documented env vars
- Move OBSIGATE_ADMIN_PASSWORD from docker-compose.yml to env_file: .env
- Add .env.* to .gitignore (excluding .env.example)
- Enable GZipMiddleware for ~70% bandwidth reduction on text responses
- Add Cache-Control: immutable for /static/ assets
- Update ROADMAP: mark all 4 quick wins as done, add audit findings
- Add comprehensive technical audit report (AUDIT_TECHNIQUE_2026-05-27.md)
2026-05-27 20:35:08 -04:00

21 lines
184 B
Plaintext

.git
.gitignore
.gitattributes
__pycache__
*.pyc
*.pyo
.venv
venv
test_vault
docs
*.md
!README.md
docker-compose.yml
.env
.env.*
*.log
.obsigate-backup
.pytest_cache
htmlcov
.coverage