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

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

# OS / editor
.DS_Store
.idea/
.vscode/

# Local run artifacts / telemetry (not for the public repo)
.deepeval/
.ragproof/
*.db
cases.jsonl

# Internal/backstage docs kept local, not published
# (candid competitive/business strategy — keep out of the public repo)
docs/OUTREACH-targets-and-plan.md
docs/AUDIT-probe-prior-art.md
docs/ROADMAP-master.md
docs/RELEASE-PLAN.md
docs/ROADMAP-adaptability.md
docs/PLAN-probe-validation.md
docs/ROADMAP-next-level.md

# mutmut sandbox + cache
mutants/
.mutmut-cache
html/
.coverage

# muteval persisted last-run (triage)
.muteval/
