__pycache__/
*.pyc
# .venv/ plus the per-version .venv-3.x that `mise run test:matrix` builds. uv
# self-ignores the ones it creates; this covers a venv made any other way.
.venv*/
.pytest_cache/
*.egg-info/
dist/
build/
# coverage
.coverage
.coverage.*
htmlcov/
# ci-doctor's own artifacts
report.md
report.json
# CodeGraph index — machine-local, rebuilt on demand
.codegraph/
# local Claude Code settings / temp
.claude/settings.local.json
.claude/*.tmp*
# custom LLM config for ci-doctor
llm.config.yml
