__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.venv/
.env
venv/
ENV/

dist/
build/
*.egg
wheels/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

.DS_Store
.idea/
.vscode/

uv.lock

# Internal-only working docs — kept locally for the maintainer's reference,
# not shipped to the public repo or to PyPI sdist. Add new internal notes here.
HANDOFF.md
v003-plan.md
v010a-plan.md
.python-version
.context/

