-
Notifications
You must be signed in to change notification settings - Fork 437
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (47 loc) · 1.13 KB
/
Copy path.gitignore
File metadata and controls
52 lines (47 loc) · 1.13 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
.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
# The TUI's export key writes to the process cwd, so these land wherever
# tokscale (or `cargo test`, from the workspace root) was run from — not only
# under the CLI crate.
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