pyblock/.dockerignore
GaltRanch 465826c152 Harden Dockerfile and improve ignore files
- Pin Ubuntu base image by SHA256 digest for reproducibility
- Pin ttyd to release tag 1.7.7 with --depth 1
- Add --no-cache-dir to pip install to reduce image size
- Expand .dockerignore with .env, .pickle, cache dirs, logs
- Expand .gitignore with IDE files, OS files, debug logs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 12:06:48 -03:00

16 lines
135 B
Text

.git
__pycache__
*.pyc
*.pyo
.github
.venv
*.egg-info
dist/
build/
*.pickle.bak
*.pickle
.pytest_cache/
.mypy_cache/
.env
.env.*
*.log