# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/

# Virtual environments
.venv/
venv/
env/

# Testing & coverage
.coverage
.pytest_cache/
htmlcov/

# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

# Mutation testing
.mutmut-cache
mutmut-results.json

# Documentation
site/
docs/index.md

# IDE
.idea/
.vscode/

# Claude agent worktrees
.claude/worktrees/

# uv
uv.lock

# Dagger
ci/sdk/
ci/.venv/

