# The build context is what `docker build .` uploads to the daemon before the first
# instruction runs. Without this file it was 124MB, of which the Dockerfile copies
# under 1MB — and host byte-code caches went into the image only to be deleted.
.git
.venv
.security-scan
tests
docs
**/__pycache__
**/*.pyc
.pytest_cache
.mypy_cache
.ruff_cache

# The wheel's own copy of the tree hash (23.4.4): the image computes its own from
# the inputs, and a host-generated file here would only ever be stale.
src/valvur/_build.py
