# The build context is the repository root (see docker-compose.yml), but the
# Dockerfile only copies pyproject.toml, README.md and src/. Keep the rest --
# above all the virtualenv -- from being shipped to the daemon on every build.
.git/
.github/
.venv/
.claude/
.mypy_cache/
.pytest_cache/
__pycache__/
build/
dist/
docs/
tester/
scripts/
.env*
*.md
!README.md
