# Keep the build context small and reproducible.
.git
.github
.venv
.deps
__pycache__
**/__pycache__
*.pyc
*.pyo
*.pyd
.pytest_cache
.mypy_cache
.ruff_cache
htmlcov
.coverage
.coverage.*
coverage.xml
dist
build
*.egg-info
.env
.env.*
!.env.example
docs/_build
.DS_Store
node_modules
examples/deploy/tls
examples/deploy/hmc.env
