__pycache__/
*.pyc
.pytest_cache/
.coverage
htmlcov/
*.egg-info/
dist/
build/
.venv/
.claude/
node_modules/
coverage/
.stryker-tmp/
reports/

# Local working directories (also excluded in [tool.ruff] extend-exclude,
# so a local `ruff format .` never reformats a throwaway script).
scratchpad/
scratchpad-session/
