-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy path.gitignore
More file actions
86 lines (78 loc) · 2.36 KB
/
Copy path.gitignore
File metadata and controls
86 lines (78 loc) · 2.36 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
.worktrees/
.assets
.env
node_modules/
bridge/node_modules
ui-tui/node_modules
bridge/dist/
# Generated architecture/diagram SVGs at repo root (not source)
/*.svg
# Engineering working notes — plan + process records, never committed
revice_notes/
*.pyc
dist/
build/
*.egg-info/
*.egg
*.pyc
*.pyo
*.pyd
*.pyw
*.pyz
*.pywz
*.pyzz
.venv/
venv/
__pycache__/
poetry.lock
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
botpy.log
nano.*.save
swebench_jobs/
*.env
key.env
sty_readme.md
CLAUDE.local.md
logs/
.DS_Store
.claude/
tmp.sh
# Runtime-discipline shadow checkpoint repo (Bug2) — never commit snapshots
.raven/
# SkillForge dense retrieval cache (auto-built per-deployment, never tracked)
.skill_index/
.cache/skill_index/
# Large benchmark datasets — download via `hf download gilfastino/PROBE` on demand
benchmarks/proactivity_eval/data/probe/inputs/
benchmarks/proactivity_eval/data/probe/outputs/
benchmarks/proactivity_eval/data/probe/*.zip
benchmarks/proactivity_eval/data/probe/.cache/
# Eval run artifacts (benchmark products — reproducible via runners, no need to track)
benchmarks/clawbench/results/
benchmarks/pinchbench/benchmark.log
benchmarks/pinchbench/results/*.json
benchmarks/proactivity_eval/output/**/*.json
benchmarks/proactivity_eval/output/**/*.md
benchmarks/proactivity_eval/output/**/*.log
benchmarks/proactivity_eval/output/**/*.jsonl
# Local-only Streamlit inspector for output/ (depends on gitignored eval data)
benchmarks/proactivity_eval/viewer/
# Runner per-user config overrides (tracked: runners.config.yaml)
benchmarks/proactivity_eval/runners.config.local.yaml
benchmarks/proactivity_eval/runners/benchmarks/*/*.local.yaml
benchmarks/proactivity_eval/runners/agents/*/*.local.yaml
# Discovery-case simulator artifacts — regenerated per sim run, not fixtures
benchmarks/proactivity_eval/data/discovery/*/sessions/
benchmarks/proactivity_eval/data/discovery/*/.learnings/
benchmarks/proactivity_eval/data/discovery/*/memory/*.lock
# Discovery-case simulator: agent tool-use outputs from sim runs
# (LLM emits these into the workspace; vary per run, not fixtures)
benchmarks/proactivity_eval/data/discovery/*/auth_*.md
benchmarks/proactivity_eval/data/discovery/*/auth_*.py
benchmarks/proactivity_eval/data/discovery/*/cache_*.md
benchmarks/proactivity_eval/data/discovery/*/rate_limit_*.py
benchmarks/proactivity_eval/data/discovery/*/weekly_status_*.md