forked from aiming-lab/AutoResearchClaw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
159 lines (139 loc) · 3.94 KB
/
Copy path.gitignore
File metadata and controls
159 lines (139 loc) · 3.94 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
HANDOFF_METACLAW_SKILL_LOOP.md
.venv/
.venv_arc/
__pycache__/
*.pyc
*.egg-info/
dist/
build/
workspaces/
.claude/*
!.claude/agents/
!.claude/agents/*.md
!.claude/skills/
!.claude/skills/**/SKILL.md
.claude/settings.local.json
# Experiment run artifacts (pipeline outputs — local only, never committed)
artifacts/
/artifacts
output/
experiment_metaclaw/
promotional/
# Legacy experiment artifacts (pre-v5)
exp/
logs/
writing/
# Root-level config (local overrides, not committed)
/config.yaml
/config.arc.yaml
config_*.yaml
config_run*.yaml
config_agent_*.yaml
config_case*.yaml
config_v8_case*.yaml
# Local-LLM tabular configs (ollama / groq / openrouter variants — local only)
config.*-tabular.yaml
pipeline_run_*.log
# Sensitive / credentials
user_token_cache.json
*.secret
.env
.env.*
# Local env-loader scripts with real credentials (template lives in
# experiments/arc_bench/config/credentials.example.env)
scripts/setenv*.sh
setenv*.sh
# Literature search cache
.researchclaw_cache/
# Local research data — never commit. DrugBank Academic license forbids
# redistribution; raw downloads stay local-only.
/data/
# Local-only scratch: isolated clones, proxy logs, codex state, search cache,
# and reference material — never committed.
.external/
.codex
.metaclaw_proxy.log
researchclaw/data/code_search_cache/
/参考資料/
# Local pipeline state: sessions, saved ideas, experiment cache (local only)
.researchclaw/
# Run-cost telemetry log (local only, never committed)
cost_log.jsonl
# Playwright MCP logs
.playwright-mcp/
# Frontend (local dev only)
frontend/
# Benchmarks scratch
benchmarks/
# Logo generation prompts
image/logo_prompt.md
# macOS / temp
.DS_Store
run.log
mdpdf.log
scripts/md2pdf.py
.history/
.serena/
cli_pause
# Test outputs and run logs (local only)
test_outputs*/
records/
run*_full_log.txt
# ── Docs: internal / dev-only (not for public) ──────────────────────────────
docs/internal/
docs/kb/
docs/plans/
docs/tasks/
docs/superpowers/
docs/figures/
docs/figure_prompts/
docs/*_PLAN*.md
docs/*plan*.md
docs/*_TRACKER*.md
docs/*tracker*.md
docs/REBUTTAL_*.md
docs/BUG_*.md
docs/BUGFIX_TRACKER*.md
docs/IMPROVEMENT_*_EXECUTION.md
docs/OPTIMIZATION_PLAN*.md
docs/MULTI_CASE_EVALUATION*.md
docs/pipeline_quality_issues*.md
docs/pipeline_critical_fixes*.md
docs/PIPELINE_TEST_LOG*.md
docs/iteration_*.md
docs/next_phase_*.md
docs/appendix.tex
docs/autobench-loop.md
docs/feature_expansion_analysis.*
docs/tester_guide_cn.*
# Local reference materials
参考資料/
# Internal/dev planning, audit & spec docs at repo root (not for public).
# Public root docs are README.md, CONTRIBUTING.md, RESEARCHCLAW_AGENTS.md,
# RESEARCHCLAW_CLAUDE.md — none of which match these patterns.
/*_PLAN.md
/*_REPORT.md
/*_SPEC.md
/*_OVERHAUL.md
# ── Experiments: only ARC-Bench harness/config is tracked ───────────────────
# All other experiment workspaces are local-only research scratch.
experiments/autoresearch_bench/
experiments/collider_physics/
experiments/component_ablation/
experiments/framework_comparison/
experiments/hitl_ablation/
experiments/paper_replication/
# ARC-Bench: track config + baseline harness + scripts + docs.
# Large run outputs, analysis notes, and cloned upstream repos stay local.
experiments/arc_bench/results/
experiments/arc_bench/analysis/
experiments/arc_bench/baseline/external/
experiments/arc_bench/log/
experiments/arc_bench/batch_logs/
**/_local_planning/
# ── External agents ─────────────────────────────────────────────────────────
# Biology-Agent + stat_research_agent are vendored (committed). ColliderAgent is
# referenced from https://github.com/HET-AGI/ColliderAgent — only its pointer
# README is tracked; any local checkout placed here stays local.
external/agents/ColliderAgent/*
!external/agents/ColliderAgent/README.md