__pycache__/
*.py[cod]
.venv/
venv/
build/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.env
.DS_Store

# Everything under .claude/ is local. That includes the issue-tracker config:
# it is repo configuration rather than preference, but it names an internal
# workspace, team and project, and this repository is public. It stays on the
# machines that need it and out of every clone.
.claude/

# Reports written by the /grok-bug-hunt skill.
.grok-bug-hunt/

# Adversarial review notes written by the local fix workflow.
.fix-lanes/
