__pycache__/
*.pyc
.venv*/
models/
outputs/
predictions/
OmniDocBench_data/
result/
*.egg-info/
mirrors.env
mirrors.json

# adapters/ — machine-local paths (written by setup.ps1) + server logs/PIDs.
# Each adapter's .env.local and logs/ are reproducible from setup.ps1.
.env.local
logs/

# eval-infra/01-omnidocbench — generated by setup.ps1 (clone + dataset download).
# Keep configs/ and the .ps1 scripts tracked; ignore the large reproducible artifacts.
eval-infra/01-omnidocbench/OmniDocBench/
eval-infra/01-omnidocbench/data/

# Benchmark outputs (machine-specific, except reference baselines)
benchmark-results/*
!benchmark-results/reference/
**/monitor_stop.txt

# Local git worktrees for agent implementation branches.
.worktrees/

# Machine-local tooling archives/runtimes (re-downloadable by setup.ps1)
llama-*/
*.zip

# One-off debug scratch (diagnostics live in eval-infra/03-scoring/)
cdm_debug.py
cdm_diag.py
tmp_cdm-*.txt
tmp/
tmp_*
