# Keep the build context small and reproducible.
.git
.github
.venv
venv
**/__pycache__
**/*.pyc
.pytest_cache
.ruff_cache
.mypy_cache
htmlcov
*.egg-info
dist
build
docs
infra
report-quantum-devops.md
*.xml
*.json
!examples/**/*.json
.gitignore
.containerignore
.dockerignore
