-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (42 loc) · 917 Bytes
/
Copy path.gitignore
File metadata and controls
49 lines (42 loc) · 917 Bytes
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
dist/
knowledge/
db_data/
tsconfig.tsbuildinfo
tsconfig.build.tsbuildinfo
**/*.js
!eslint.config.js
!scripts/*.js
**/*.js.map
**/*.d.ts.map
node_modules/
# Prisma generated client
src/generated/
# Generated documentation
docs/api/
# Test coverage reports
coverage/
# Local SQLite test artifacts (e.g. tmp-parity.sqlite from RAG vector-store
# parity tests). These are scratch databases produced during local test
# runs and should never be committed.
*.sqlite
*.sqlite-journal
*.sqlite-wal
*.sqlite-shm
# Internal planning content — never publish
.superpowers/
docs/superpowers/
docs/specs/
docs/plans/
docs/internal/
docs/audits/
docs/STEP_*.md
docs/PHASE_*.md
docs/STAGE_*.md
docs/SESSION_*.md
docs/HANDOFF*.md
docs/FINDINGS*.md
docs/*-v[0-9]*-plan*.md
docs/*-v[0-9]*-design*.md
docs/*-plan-phase*.md
# Example run output — large LLM artifacts, not part of the published surface
examples/*/output/*.json