Files
medax_pipeline/.dockerignore
T
2026-09-08 10:59:05 +02:00

27 lines
349 B
Plaintext

# Never copy a host virtual environment into the image
.venv
venv
env
# Python caches
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# VCS / editor
.git
.gitignore
.idea/
.vscode/
# Local env / secrets (manage these via compose env_file or secrets instead)
.env
.env.*
!.env.example
# Docker
Dockerfile
.dockerignore