forked from Th0rgal/sandboxed.sh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (69 loc) · 1.35 KB
/
Copy path.gitignore
File metadata and controls
83 lines (69 loc) · 1.35 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
DEBUGGING.md
worktree/
worktree/**
backups/
backups/**
context/
context/**
reports/
reports/**
# Rust build artifacts
/target/
**/*.rs.bk
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/
/tmp/
/dashboard/console.log
/.playwright-console.log
/automations-*.png
/control-bubbles.png
/lifetime-cost-fixed.png
/msg-feedback-failed.png
/stats-responsive-*.png
/thoughts-history-*.png
/unified-bubbles.png
# Claude Code per-project session state
.claude/
**/.claude/
# 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/
# iOS build artifacts
ios_dashboard/.build/
ios_dashboard/build/
ios_dashboard/**/xcuserdata/
ios_dashboard/SandboxedDashboard.xcodeproj/*
!ios_dashboard/SandboxedDashboard.xcodeproj/project.pbxproj
# Android simulator run artifacts
android_dashboard/test-artifacts/