# python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.env

# tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/

# hypergumbo
.hypergumbo/
hypergumbo_capsule/
hypergumbo.results.json

# Agent configuration
**/*.local.json
**/*.local.md
**/.claude/cache/
**/.gemini/cache/
**/.cursor/state/
**/*-session/
AUTONOMOUS_MODE.txt

# Coverage
.coverage
.coverage.*
htmlcov/
