.venv/
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/

# secrets never land in the repo
.env

# local scratch
.coverage
.hypothesis/
