-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (56 loc) · 1.59 KB
/
Copy path.gitignore
File metadata and controls
69 lines (56 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.DS_Store
dist/
build/
*.egg-info/
*.log
# Benchmark results (generated during evaluation runs)
benchmark_results/
# Demo library indexes (generated by retrieval)
demo_library/*.npy
demo_library/*.index
demo_library/index.json
# Environment files
.env
# Live benchmark state (changes during execution)
benchmark_live.json
# Vim swap files
*.swp
*.swo
# Cost reports (generated during evaluation runs)
cost_report.json
# WAA recordings are tracked in git (research data).
# External backup to ~/oa/recordings/ protects against git stash -u.
# Generated artifacts from generate_demo_review.py (regenerable)
docs/artifacts/full/
# Private/sensitive documents (NEVER commit)
private/
# Local experiment data (NEVER commit — screenshots, results, recordings)
flywheel_results/
# Anchored: only the repo-root scratch directory. `docs/eval_results/` holds
# committed, published evidence and must stay tracked — an unanchored rule
# matched it too, so every evidence set had to be force-added and one could
# silently go unpublished.
/eval_results/
grpo_output/
annotated_demos/
annotated_demos_core4/
waa_recordings/
waa_recordings_archive/
waa_recordings_core4/
waa_recordings_smoke/
waa_recordings_smoke3/
waa_recordings_smoke4/
# Claude Code worktrees and beads (local tooling state)
.claude/worktrees/
.beads/
# Synthetic demo data (generated, not source)
demos/*/synthetic_correction/
demos/*/manual/manual/
# Never-publish workspace material (strategy, prospect research, counsel packs,
# personal contact details). Created ad hoc; must never reach a remote.
.private/