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

# Envs (verifier key lives here in Wave 2 — never commit)
.venv/
venv/
.env
.env.*

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

# OS
.DS_Store

# Logs / local demo artifacts
*.log

# DR-0020 training corpus (deterministic local build artifact —
# `python -m evals.training.build`; the reviewed sample + probes ARE committed)
evals/training/data/

# Fine-tune run outputs + env (finetune/chat_template.jinja and
# finetune/render_report.json ARE committed once prepare.py produces them)
/runs/
.venv-finetune/

# Runtime demo signal log
demo/incident_logs.jsonl

# Runtime chaos artifacts
demo/deploy_log.json
demo/.bad_deploy
