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

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

debug_report.html
debug_report.json
debug_report.md
debug_report.zip

# Output directories written by scripts in examples/
crash_reports/
html_report/
json_report/
markdown_report/
on_demand_reports/
plugin_example_reports/
reports/

.vscode/
.idea/
.DS_Store
Thumbs.db

# Claude Code local settings (permission grants, not part of the project)
.claude/
