forked from open-gsd/gsd-pi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (71 loc) · 1.03 KB
/
Copy path.gitignore
File metadata and controls
80 lines (71 loc) · 1.03 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
78
79
80
# Compiled output
/dist/
dist-test/
build/
packages/*/dist/
pkg/dist/
# Compiled output in src/ should only contain TypeScript source.
src/**/*.js
src/**/*.js.map
src/**/*.d.ts
src/**/*.d.ts.map
!src/**/*.test.js
# Dependencies and package-manager noise
node_modules/
packages/*/node_modules/
.next/
coverage/
*.tsbuildinfo
*.tgz
.gsd*.tgz
pnpm-lock.yaml
bun.lock
# GSD project state and generated runtime files
.gsd/
.gsd
.gsd-id
.bg_shell
.bg-shell/
.artifacts/
.planning/
.audits/
.plans/
docs/coherence-audit/
# Local MCP client config
.mcp.json
# Local agent/editor state
.claude/
.agents/
.idea/
.vscode/
*.code-workspace
# Environment and secrets
.env
.env.*
!.env.example
# Local caches
.repowise/
repowise.db
repowise.db-*
.cache/
tmp/
__pycache__/
*.pyc
.venv/
venv/
target/
vendor/
!packages/pi-coding-agent/src/core/export-html/vendor/
!packages/pi-coding-agent/src/core/export-html/vendor/**
# OS/editor junk
.DS_Store
Thumbs.db
*.swp
*.swo
*~
*.log
# Local scratch files
preflight-script.ts
RELEASE-GUIDE.md
TODOS.md
AGENTS.md