-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (67 loc) · 1.39 KB
/
Copy path.gitignore
File metadata and controls
75 lines (67 loc) · 1.39 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
node_modules/
dist/
.artifacts/
*.log
.DS_Store
*.tsbuildinfo
.sisyphus/
# Rust workspace artifacts
target/
**/*.rs.bk
# Rust workspace
target/
**/*.rs.bk
Cargo.lock.bak
# Generated model catalogs
packages/ai/src/*.generated.ts
# packages/*/node_modules/
packages/*/dist/*
# Keep only the bin-target stubs so pnpm/bun can create `node_modules/.bin`
# symlinks for workspace packages on a fresh clone without emitting
# `ENOENT ... chmod ... dist/<cli>.js` warnings. The real CLIs overwrite
# these stubs during the build step.
!packages/ai/dist/
!packages/ai/dist/cli.js
!packages/coding-agent/dist/
!packages/coding-agent/dist/cli.js
packages/*/dist-chrome/
packages/*/dist-firefox/
# Generated model data JSON and .manifest.json are committed (fork contract); only transient generator staging dirs are ignored.
packages/ai/src/providers/.model-generation-*/
*.cpuprofile
# Environment
.env
.env.local
.env.*.local
# Editor files
.vscode/
.zed/
.idea/
.claude/
*.swp
*.swo
*~
# Package specific
.npm/
coverage/
.nyc_output/
.pi_config/
tui-debug.log
compaction-results/
.opencode/
syntax.jsonl
out.jsonl
pi-*.html
senpi-*.html
out.html
packages/coding-agent/binaries/
packages/coding-agent/*.tgz
todo.md
plans/
local-ignore/
.pi/hf-sessions/
.pi/hf-sessions-backup/
collect.sh
# Ephemeral agent working state. Existing tracked archives remain tracked,
# but new untracked files must never block a release commit.
.omo/