-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (53 loc) · 1.65 KB
/
Copy path.gitignore
File metadata and controls
58 lines (53 loc) · 1.65 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
node_modules/
dist/
dist-tsc/
*.tsbuildinfo
.DS_Store
coverage/
# docs/ stays local-only (design docs, never tracked) — `docs/*` instead of
# `docs/` so git can still descend for the single tracked exception below.
docs/*
# Exception: docs/modes.md is GENERATED public reference (the agent guide
# re-emitted for the RAG docs corpus, `npm run docs:modes`) — not a design
# doc. It must be tracked: the mode-docs-sync unit test reads it and the
# docs corpus indexes it on every clone.
!docs/modes.md
.design-docs-local/
# Local-only design/agent docs — kept on disk, never tracked (purged from history 2026-06-02)
CLAUDE.md
AGON-GOAL-DESIGN.md
.provenance-tasks/
scripts/guard/engine-pool-rfc.md
.agon/
.agon.local.json
.kern-dev.local.json
.CLAUDE.md
.CLAUDE
.Agent.md
.Agent
.kern/cache/*
.kern-gaps/
packages/*/.kern-gaps/
.mcp.json
# TypeScript build outputs that occasionally leak into src/ when tsc is
# run with the wrong rootDir/outDir. The canonical outputs live in
# packages/*/dist/ (already gitignored above). src/ is for hand-written
# .ts/.tsx and KERN-generated .ts only.
packages/*/src/**/*.js
packages/*/src/**/*.js.map
packages/*/src/**/*.d.ts
packages/*/src/**/*.d.ts.map
# Python build artifacts in the polyglot kern_engines package
__pycache__/
*.py[cod]
kern_engines/*.egg-info/
# Antigravity CLI (agy) local working dir
.antigravitycli/
GO-LIVE-PLAN.local.md
# Stray repo-root generated/ — kern:compile must only emit into packages/*/src/generated/
/generated/
# Same rule at the package level: any packages/*/generated/ is a leak, not a source.
/packages/*/generated/
# Machine-local CLI cache (absolute user paths) - never track
cache/
.agon-goals/