# Keep the build context slim — Docker sends everything here to the daemon.
.git
.gitignore
.github
.venv
.venv-*
venv
__pycache__
**/__pycache__
*.pyc
*.pyo
*.egg-info
*.egg
.pytest_cache
.ruff_cache
.mypy_cache
dist
build
artifacts
artifacts_*
tests
docs
examples
scripts
*.md
!README.md
Dockerfile
.dockerignore
.DS_Store
