# Local/personal data — not part of the project template
history.json
shellai.json
shellai_npurun.json
*.log
# Eval results are per-machine, except the scoreboard and the arms the gate
# and the release procedure compare against (RELEASING.md).
evals/results/*
!evals/results/LATEST.md
!evals/results/ask_rule_r5_20260905.json
!evals/results/persona_guard2_r5_20260912.json
!evals/results/multiturn_prewarm_off_20260905.json
!evals/results/multiturn_r3_20260912.json
# Legacy root-level result files from pre-restructure runs
eval_results.json
eval_extended_results.json
.shellai/

# Embedding model binaries — downloaded per-machine (README "Embedding model")
onnx/

# Third-party clone with its own git history; see README for setup
npurun/
npurun-arm64.exe

# Dev / diagnostic scripts — local use only, not part of the product
debug_eos_probe.py
make_icon.py
rewind_bench.py

# Python
__pycache__/
*.pyc
.venv/
.venv-qnn/

# LaTeX build products (the PDF itself is tracked)
docs/paper/*.aux
docs/paper/*.fdb_latexmk
docs/paper/*.fls
docs/paper/*.out
docs/paper/*.log
docs/paper/*.toc

# Editor/OS cruft
.DS_Store
Thumbs.db

# Backend study raw measurements (hundreds of counter CSVs); the paper, runbook,
# summaries and harness are tracked, the raw data is not.
docs/backend_study/data/
docs/backend_study/data_npu_ab/
docs/backend_study/_pre_restart/
tools/backend_bench/.tok_*.txt
tools/backend_bench/.battery_probe.ps1

# python -m build output
dist/

# Local-only notes: research surveys and working documents that are not user-facing.
# Only the paper (docs/paper) and user-facing docs are committed (owner rule, 2026-09-14).
docs/local/
