nategodd/.dockerignore
type-two 77a522a16f Production hardening + container for public hosting
- Request body cap (16KB), search query cap, input range validation
  (year 1800-2399, date/time fields, lat/lon bounds)
- Dockerfile (gunicorn, 2 workers) + compose binding 127.0.0.1:7799
  for cloudflared-fronted deployment

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-09-14 15:02:56 +10:00

6 lines
42 B
Plaintext

.venv/
.git/
__pycache__/
*.pyc
.DS_Store