-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
209 lines (192 loc) · 5.69 KB
/
.gitignore
File metadata and controls
209 lines (192 loc) · 5.69 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
# ============================================================================
# gradata workspace .gitignore — post Phase B layout
#
# Layout:
# Gradata/ public SDK (shipped)
# Sprites/ private sales/dogfood (never shipped)
# Hausgem/ ecom placeholder (never shipped)
# ============================================================================
# ----------------------------------------------------------------------------
# Private workspace folders — never ship in the public repo
# ----------------------------------------------------------------------------
Sprites/
Hausgem/
.reorg/
# ----------------------------------------------------------------------------
# Secrets & credentials
# ----------------------------------------------------------------------------
.env
.env.*
*.env
*.key
*.pem
*.secret
credentials*
credentials.json
client_secret*.json
token.json
.mcp.json
# ----------------------------------------------------------------------------
# Build & cache artifacts (regenerable, never tracked)
# ----------------------------------------------------------------------------
__pycache__/
*.pyc
*.egg-info/
dist/
build/
.ruff_cache/
.pytest_cache/
.coverage
.vectorstore/
.next/
site/
_site/
node_modules/
# MCP / code-intel caches
.code-review-graph/
.gstack/
.gitnexus/
.superpowers/
.claude-flow/data/
.claude-flow/logs/
graphify-out/
**/graphify-out/
# Virtual environments
.venv/
venv/
# ----------------------------------------------------------------------------
# Local brain runtime (regenerated per session)
# ----------------------------------------------------------------------------
system.db
brain.manifest.json
*.db
*.db-wal
*.sqlite
*.jsonl
# ----------------------------------------------------------------------------
# OS / IDE / editor
# ----------------------------------------------------------------------------
Thumbs.db
Desktop.ini
.DS_Store
~$*
.idea/
.vscode/
.obsidian/
.codex/
.claude/
# Track only the two handoff-watchdog hook files so future sessions (and
# fresh clones) keep the context-pressure watchdog code under version
# control. Wiring them into the dispatcher/settings is machine-local —
# see Gradata/src/gradata/hooks/_installer.py for the portable install
# path (TODO: add watchdog to installer assets).
!.claude/
.claude/*
!.claude/hooks/
.claude/hooks/*
!.claude/hooks/user-prompt/
!.claude/hooks/session-start/
.claude/hooks/user-prompt/*
!.claude/hooks/user-prompt/handoff-watchdog.js
.claude/hooks/session-start/*
!.claude/hooks/session-start/handoff-inject.js
.claude-octopus/
.agents/
.opencli/
.carl/
# ----------------------------------------------------------------------------
# Workspace-level personal config (not SDK code)
# ----------------------------------------------------------------------------
CLAUDE.md
AGENTS.md
FEATURES.md
SPEC.md
AUDIT.md
GATE0-PROOF.md
.agentignore
.claudeignore
.planning/
# ----------------------------------------------------------------------------
# Session / memory / internal notes
# ----------------------------------------------------------------------------
memory/
sessions/
.claude-flow
autoresearch-results.tsv
.tmp/
# ----------------------------------------------------------------------------
# Stale paths from before PR #76 cloud split
# ----------------------------------------------------------------------------
/cloud/
/sdk/
/railway.toml
vendor/
# ----------------------------------------------------------------------------
# Gradata/ — SDK-internal artifacts and private drafts
# (whole subtrees that are present on disk but shouldn't ship)
# ----------------------------------------------------------------------------
Gradata/docs/superpowers/
Gradata/docs/audit-history/
Gradata/docs/audit-reports/
Gradata/docs/Session Notes/
Gradata/docs/Exports/
Gradata/docs/content/
Gradata/docs/research/_archived_v2_reference/
Gradata/docs/study-protocol.md
Gradata/docs/provisional-patent-draft.md
Gradata/docs/META_LEARNING.md
Gradata/docs/STRESS_TEST_PROTOCOL.md
Gradata/docs/GRADATA-LAUNCH-STRATEGY.md
Gradata/docs/GTM-Execution-Plan.md
Gradata/docs/gradata-marketing-strategy.md
Gradata/docs/pre-launch-plan.md
Gradata/docs/gradata-comparison-table.md
Gradata/docs/ablation-experiment-s93.md
Gradata/docs/ARCHITECTURE.md
Gradata/docs/north-star-research.md
Gradata/docs/launch-post.md
Gradata/docs/public-launch-narrative.md
Gradata/docs/RELEASE-*-DRAFT.md
Gradata/design-system/
Gradata/gradata-plugin/
Gradata/skills/
Gradata/test-brain/
Gradata/website/
Gradata/website-next/
Gradata/onboarding/
Gradata/templates/
Gradata/research/
Gradata/package.json
Gradata/package-lock.json
# Gradata/scripts — only publish-npm.sh and cloud/ subdir ship publicly
Gradata/scripts/*
!Gradata/scripts/publish-npm.sh
!Gradata/scripts/cloud/
!Gradata/scripts/migrate_legacy_scopes.py
# npm sub-package build outputs (source tracked, outputs ignored)
Gradata/packages/npm/node_modules/
Gradata/packages/npm/dist/
Gradata/packages/*/node_modules/
Gradata/packages/*/dist/
# Exceptions — npm package manifests we intentionally ship
!Gradata/gradata-install/package.json
!Gradata/packages/**/package.json
!Gradata/packages/**/*.json
# Ensure hook templates ship
!Gradata/src/gradata/hooks/templates/
# ----------------------------------------------------------------------------
# Sales data leakage guards (even though Sprites/ is already ignored)
# ----------------------------------------------------------------------------
apollo-leads-*.csv
Leads/
# ----------------------------------------------------------------------------
# Windows cmd.exe stdout misparse artifacts
# (subagents running Bash with > redirects land these in cwd)
# ----------------------------------------------------------------------------
$null
GateResult
None
Path
Graph
bool
dict[str