# docker/Dockerfile copies only pyproject.toml and requirements/, so everything
# else is context that is uploaded to the daemon and then thrown away. A local
# .venv alone is several GB and made every build start with a long transfer.
.git
.venv
venv
logs
outputs
results
**/__pycache__
**/*.pyc
.pytest_cache
.ruff_cache
docs/_build
