-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (54 loc) · 1.72 KB
/
Copy path.gitignore
File metadata and controls
62 lines (54 loc) · 1.72 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
.DS_Store
.env
.env.*
!.env.example
.venv/
__pycache__/
*.pyc
*.pyo
node_modules/
*.log
_run.log
_run.pid
.pytest_cache/
.ruff_cache/
.embedder/
# --- results ---
# v1.0.0 dataset files were force-added before v1.1 and stay tracked
# (gitignore cannot untrack already-tracked files).
# v1.1+: new results from ./arena sweep go into GitHub release tarballs,
# not git. Only the README + .gitkeep keep the directory shape on clone.
results/*
!results/README.md
!results/runs/
results/runs/*
!results/runs/.gitkeep
!results/runs/README.md
# --- vendored reference clones (treated as read-only vendored deps) ---
vendor/opencode/
vendor/*/.git/
# --- external reference repos cloned for study/comparison (local-only) ---
EXTERNAL/
# --- router telemetry ---
# decisions.jsonl + all other router logs grow on every request. Everything
# is local-only; the historical log is preserved by the run datasets under
# results/runs/<sweep>/router-decisions.jsonl as needed.
router/logs/*.jsonl
*.egg-info/
# --- in-progress files (private to the working developer) ---
.aider.chat.history.md
.aider.input.history
.claude/
# Sweep logs / temp output / token-budget reports
logs/
reports/
# Owner's personal working material (article, appendices, charts, HTML report,
# pre-v1.1 pilot runs, iteration logs + LLM-judge reviews under iterations/).
# Not part of the OSS surface — kept here for the article publication workflow.
personal/
# --- promotional article + social posts (kept LOCAL, not part of the public repo) ---
# The narrative article and the X/LinkedIn launch posts live here for the
# publication workflow but are intentionally untracked. The charts they use
# are tracked under docs/images/ (also embedded in README.md).
docs/ARTICLE.md
docs/social/