-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
72 lines (58 loc) · 1.22 KB
/
Copy path.gitignore
File metadata and controls
72 lines (58 loc) · 1.22 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
# 本地配置文件
settings.json
.env
# macOS
.DS_Store
# Go
coverage.out
*.test
*.out
# 构建产物
bin/
dist/
# 沙箱 env 配置示例的缓存目录(sandbox.env 重定向到 workspace 时)
.waveloom-gopath/
.waveloom-gomodcache/
.waveloom-gocache/
# 根目录 waveloom 二进制(go build 本地产物)
/waveloom
/waveloom.exe
/llmedit
# 根目录 harness 二进制(评测遗留构建产物)
/harness
# 实验编译产物(go build ./experiments/...)
/attention_order
/attention_position
/agentsmd_attention
/channel_priority
/injection_priority
/tool_cache
# SWE-bench 评测遗留本地产物(含评测结果/镜像/API key 快照,不入仓库)
eval/swebench/
# Waveloom verbose 日志
.waveloom/waveloom.log
.waveloom/waveloom.log.*
.waveloom/
# IDE
.vscode/
# Claude Code
.claude/
# 规格书(内部设计文档,不对外公开)
specs/
# 视频脚本(不纳入发布版本)
docs/video-script.md
# 营销素材
marketing/
# Benchmark(本地数据,不入仓库)
benchmark_results/
cmd/benchmark-cache/
cmd/cache-proxy/
/benchmark-cache
/cache-proxy
**/..jsonl
.mcp.json
.qoder
# SWE-bench 评测运行产物(venv/结果/测试仓库 clone,不入仓库)
eval/swebench/venv/
eval/swebench/results/
eval/swebench/smoke/