-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (71 loc) · 1.41 KB
/
Copy path.gitignore
File metadata and controls
77 lines (71 loc) · 1.41 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
node_modules/
dist/
out/
.tmp/
data/backups/
data/session-log.json
data/.keys.enc
data/skill-parse-cache.json
data/onboarding.json
data/dedup.json
data/workspaces.json
data/modes.json
data/memory.json
data/projects.json
data/rules.json
data/skill-states.json
*.log
.DS_Store
Thumbs.db
.env
# Canonical shared context root — all AI tool configs consolidated here
.context/
# Per-contributor Claude Code config (preview launcher, etc.)
.claude/
# Personal-state working docs.
# These are kept out of the public repo because they hold session logs,
# strategic context, and per-contributor work tracking. Each contributor
# should keep their own local copy. The format is described in
# docs/contributor-protocol.md.
PLAN-V4.md
TODO.md
docs/llm-handoff.md
# Generated context manifest. Regenerated by CE on every save/compile;
# never edit by hand and never commit.
CONTEXT.md
# Compiled output files (generated by /api/compile)
# These should never be committed — they regenerate from data/ + skills/
CLAUDE.md
AGENTS.md
GEMINI.md
.cursorrules
.windsurfrules
.rules
CONVENTIONS.md
.codex/
.github/copilot-instructions.md
.kiro/
.clinerules/
.continue/
.junie/
.trae/
Modelfile.context
.kimi-system-prompt.md
.ampcoderc
devin.md
.goosehints
.void/
.augment/
.pearai/
# Electron build / packaged installers
dist/
out/
*.exe
*.dmg
*.AppImage
*.deb
__pycache__/
bench/results-latest.json
bench/artifacts/
bench/data/
bench/fixtures/skills/