-
Notifications
You must be signed in to change notification settings - Fork 410
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (44 loc) · 999 Bytes
/
Copy path.gitignore
File metadata and controls
49 lines (44 loc) · 999 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
.DS_Store
node_modules
dist/
# Benchmark results (except .gitkeep)
packages/benchmarks/results/*
!packages/benchmarks/results/.gitkeep
packages/benchmarks/synthetic-data/
coverage/
# Legacy paths (keep for safety)
benchmarks/results/*
!benchmarks/results/.gitkeep
benchmarks/synthetic-data/
target/
*.node
__pycache__/
# Debug logs
*.log
ffi_otui_debug_*.log
# Temporary files and archives
opencodetmp/
*.zip
.turbo
notepad.md
ai-todolist.md
*.tgz
.sisyphus
crates/tokscale-cli/tokscale-export-*.json
self-host/tokscale-key.pem
self-host/
.next/
.vercel
.env*.local
# Ephemeral git worktrees created by Claude Code. These are real checkouts
# containing their own .git file, so `git add -A` from the repo root stages
# them as embedded-repository gitlinks rather than ignoring them. Only the
# worktrees are ignored, not all of .claude/ -- project-level agent config
# there is worth committing deliberately.
.claude/worktrees/
.claude/skills/
.omp/
.omx/
.codegraph/
.agents/
skills-lock.json