-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (49 loc) · 849 Bytes
/
.gitignore
File metadata and controls
60 lines (49 loc) · 849 Bytes
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
DEBUGGING.md
worktree/
worktree/**
backups/
backups/**
context/
context/**
reports/
reports/**
# Rust build artifacts
/target/
**/*.rs.bk
Cargo.lock
calorily
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment
.env
.env.local
.env.prod
# Secrets (NEVER commit)
secrets.json
# Runtime data / local artifacts
.open_agent/
.open_agent_calibration/
# Benchmark script intermediate files (regenerated by scripts/merge_benchmarks.py)
openrouter_models_raw.json
llm_stats_benchmarks.json
llm_stats_models.json
lmarena_leaderboard.json
# OS files
.DS_Store
Thumbs.db
# Playwright MCP local data
.playwright-mcp/
dashboard/playwright-report/
dashboard/output/
# npm lockfile (we use bun)
dashboard/package-lock.json
.openagent/
library-template/
# Local workspace artifacts
workspaces/
.openagent_context.json
# Local experiments
vllm-gb10-dgx-spark/