-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy path.gitignore
More file actions
97 lines (80 loc) · 1.46 KB
/
.gitignore
File metadata and controls
97 lines (80 loc) · 1.46 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
HANDOFF_METACLAW_SKILL_LOOP.md
.venv/
__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 (local only)
artifacts/
output/
experiment_metaclaw/
promotional/
# Legacy experiment artifacts (pre-v5)
exp/
logs/
writing/
# Root-level config (local overrides, not committed)
/config.yaml
# Sensitive / credentials
user_token_cache.json
*.secret
.env
.env.*
config_run*.yaml
# Literature search cache
.researchclaw_cache/
# Playwright MCP logs
.playwright-mcp/
# Internal dev/debug docs (not for public)
docs/internal/
docs/kb/
docs/plans/
docs/BUGFIX_TRACKER*.md
docs/IMPROVEMENT_PLAN*.md
docs/IMPROVEMENT_*_EXECUTION.md
docs/OPTIMIZATION_PLAN*.md
docs/MULTI_CASE_EVALUATION*.md
docs/pipeline_quality_issues*.md
docs/autobench-loop.md
# Task-specific config files (keep example template only)
config_agent_*.yaml
config_case*.yaml
config_v8_case*.yaml
pipeline_run_*.log
benchmarks/
# Logo generation prompts
image/logo_prompt.md
# macOS
.DS_Store
run.log
# Misc temp files
.history/
.serena/
cli_pause
暂停
进入
连续失败
重试一次
.venv_arc/
/config.arc.yaml
config_*.yaml
# Frontend (local dev only)
frontend/
# Test outputs and run logs (local only)
test_outputs*/
records/
run*_full_log.txt
mdpdf.log
scripts/md2pdf.py
# Local docs (not for public)
docs/tasks/
docs/feature_expansion_analysis.*
docs/tester_guide_cn.*