__pycache__/
*.pyc
*.pyo
.venv/
*.egg-info/
dist/
build/
.hypothesis/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.uv-cache/
.easycat/
runs/

# Local coding-agent/tool state
.agents/
.codex
.codex/
.claude/
.pipecat-bench/

# Secrets
.env
.env.*
!.env.example
*.pem
*.key

site/

# Coverage
.coverage
.coverage.*
coverage.xml
htmlcov/

# Mutation testing (mutmut)
mutants/
.mutmut-cache
