# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Editors
.idea/
.vscode/
*.swp
.DS_Store

# Tool output
.agent-guard/

# Local Claude Code settings (per-machine)
.claude/settings.local.json
