EpisodeMatcher/.dockerignore
Jarian ec78c42e4e fix: add Docker deployment, nginx security headers, remove sys.path.insert
- Add Dockerfile, docker-compose.yml, .dockerignore (Issue #11)
- Add nginx config with CSP, HSTS, X-Frame-Options, X-Content-Type-Options headers (Issue #14)
- Hide server version via server_tokens off, strip x-response-time-ms (Issues #21, #22)
- Replace sys.path.insert with proper src.* imports + importlib fallback (Issue #7)
- Add config.json.example template (Issue #5)
2026-07-05 11:46:04 +00:00

19 lines
148 B
Plaintext

.git
__pycache__
*.pyc
*.py[cod]
*.so
*.egg-info/
dist/
build/
.venv/
config.json
.env
src/.tvdb_cache/
*.mkv
*.mp4
*.avi
*.webm
delete me/
extras/