-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (56 loc) · 1.71 KB
/
Copy path.gitignore
File metadata and controls
69 lines (56 loc) · 1.71 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
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/
*.code-workspace
.env
.env.*
!.env.example
node_modules/
dist/
build/
*.log
coverage/
.cache/
tmp/
.sisyphus/
.opencode/
.claude/
local-ignore/
.planning/
# Dashboard build artifacts
packages/dashboard/dist/
packages/dashboard/node_modules/
packages/dashboard/src-tauri/target/
# Plugin README is copied from root at release time
packages/plugin/README.md
.bg-shell/
# Keep only the final animation; iteration folders stay local
packages/plugin/docs/animation[0-9]*/
.pi/
# Local agent task outputs / scratch state.
# Selectively expose .alfonso/release-notes/ — CI reads it for release body
# + Discord announcement. Must use `.alfonso/*` rather than `.alfonso/` so
# git descends into the directory and can re-include nested paths.
.alfonso/*
!.alfonso/release-notes/
# Prompt/model experiment harnesses (model-dispatch, replay, migration validation).
# Kept on disk for reuse but excluded from git + CI typecheck: they intentionally
# track in-flight prompt/signature shapes that drift faster than production src,
# so committing them would couple CI to experiment state. Production generators
# (scripts/build-*.ts) stay tracked — they are wired into release.sh.
packages/plugin/scripts/experiments/
scripts/experiments/
# Same experiment harnesses when dropped at scripts/ root (not under experiments/).
packages/plugin/scripts/lib/
packages/plugin/scripts/claude-oauth.ts
packages/plugin/scripts/dump-historian-view.ts
packages/plugin/scripts/replay-historian.ts
packages/plugin/scripts/test-historian-prompt.ts
# CodeGraph index (local tree-sitter knowledge graph; rebuilt on demand).
.codegraph/
# Local scratch directories — checkouts dropped here for one-off lookups
.tmp-*/