# The repo root is the Docker build context (docker/Dockerfile COPYs it to
# install this checkout). Unfiltered that is ~3.2 GB — handoff archives, a
# local venv and prebuilt wheels the image must not need. Keep src/,
# pyproject.toml, README.md and the bundled demo keys; drop the rest.
.git/
.venv*/
wheels/
dist/
build/
logs/
*.zip
demo_handoff/
handoff_*/
docs/
tests/
scripts/
.pytest_cache/
__pycache__/
*.pyc
.DS_Store
