# 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/devto-post.md
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
docs/ADOPTION-AUDIT.md
docs/writeup-*.md

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

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

<<<<<<< Updated upstream
# stray scratch/worktree artifact
_wt
=======
# Local build/run artifacts (mkdocs site, coverage/quality reports, sample run output)
site/
coverage.html
quality.html
run.json
>>>>>>> Stashed changes
