.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.DS_Store

# Runtime artifacts created by the poller.
var/jobs/
var/log/
var/reports/
var/rendered-prompts/
var/work/
var/worktrees/
var/state/poller.lock
var/state/*.sqlite
var/state/*.sqlite-*

config/env.toml
site/

# benchmark run output
benchmarks/report.md
benchmarks/report.json
benchmarks/precision_lever/out/

# tool-comparison study + ops notes — KEEP PRIVATE (benchmark findings, competitor
# comps, postmortems; do not publish/PR)
research/
