-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
261 lines (221 loc) · 3.35 KB
/
.gitignore
File metadata and controls
261 lines (221 loc) · 3.35 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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
/lib/
lib64/
!landing/src/lib/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
env/
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Environment
.env.local
.env.production
.env.sardis
.env.sardis.*
# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
reports/
# Logs
*.log
logs/
turnkey-activity-*.json
# Credentials / key material
*.pem
*.key
*.p12
*.pfx
*.seed
# Test Output
test_output_*.txt
test_output.txt
# Node
node_modules/
.next/
.turbo/
package-lock.json
!dashboard/package-lock.json
!landing/package-lock.json
!docs-site/package-lock.json
# Database
*.db
*.sqlite
*.sqlite3
data/
# Vercel
.vercel/
# Load test results
load_test_*.json
# Codex / agent artifacts
.omc/
coverage.json
coverage/
# Foundry build artifacts
contracts/out/
contracts/cache/
# Local/temporary files
.serena/
RALPH_LOOP_*.md
run_ralph_loop.sh
demo-video/
artifacts/
# Planning & documentation files (internal)
*.docx
*.pptx
pitch-deck/
# Internal docs (keep locally, not in repo)
/docs/*
!/docs/README.md
!/docs/PRODUCTION_DEPLOYMENT.md
!/docs/marketing/
!/docs/design-partner/
!/docs/design-partner/staging-hardening-checklist.json
!/docs/audits/
!/docs/quickstart/
!/docs/docs/
!/docs/cdp/
/demos/sardis-demo-video/
# Root-level internal files
AUDIT_SUMMARY*.md
CONTINUE_IMPLEMENTATION.md
DEPLOYMENT_PLAN.md
IMPLEMENTATION_STATUS.md
INVESTMENT_NARRATIVE.md
INVESTOR_ONEPAGER.md
NEWPLAN.md
OPERATIONAL_PLAN.md
QUICKSTART.md
RUNBOOK.md
SARDIS_DEEP_CODE_AUDIT.md
SARDIS_DEPLOYMENT_INVESTMENT_AUDIT*.md
SARDIS_TECHNICAL_AUDIT_REPORT.md
TESTING_GUIDE.md
YC_APPLICATION.md
yc_draft.md
comprehensive_analysis.md
comprehensive_strategic_analysis_2026.md
DEMO_VIDEO_SCRIPT.md
PRODUCTION_DEPLOYMENT_GUIDE.md
# Staging env files (secrets)
.env.staging.*
.gcloudignore
# Backup/duplicate files (macOS creates these)
* 2.md
* 2.py
* 2.ts
* 2.tsx
* 2.json
* 2.sql
* 2.sh
*__init__ 2.py
*index 2.ts
# Playwright MCP
.playwright-mcp/
# Claude Code local config
.claude/plans/
.claude/settings.local.json
.claude/projects/
# Hypothesis test artifacts
.hypothesis/
# Landing backup
landing-2/
# Deployment configs (keep local)
fly.toml
railway.json
docker-compose.yml
# Staging deploy secrets (local only)
deploy/gcp/staging/*.local.yaml
deploy/env/.env.generated.secrets
deploy/env/.env*.local
.vercel
.env*.local
# Local audit/session artifacts
2026-02-10-this-session-is-being-continued-from-a-previous-co.txt
security-audit-report/
# Outreach (private contact data)
scripts/outreach/
site/
# Local shell history artifacts
.rustshell_history
# Screenshots (local only)
sardis-*.png
landing-*.png
t54-homepage.png
# MCP config (local)
.mcp.json
# Session continuation files
2026-*-this-session-*.txt
# Temporary files
tmp/
# Internal team docs
gv-team.md
.gstack/
# Git worktrees
.worktrees/
# Long-sprint agent artifacts
.agent-progress*.json
.agent-issues*.json
.claude/ralph-loop.local.md
# AI tool configs (not ours)
.adal/
.agent/
.agents/
.augment/
.codebuddy/
.commandcode/
.continue/
.cortex/
.crush/
.cursor/
.factory/
.goose/
.iflow/
.junie/
.kilocode/
.kiro/
.kode/
.mcpjam/
.mux/
.neovate/
.openhands/
.pi/
.pochi/
.qoder/
.qwen/
.roo/
.trae/
.vibe/
.windsurf/
.zencoder/
skills/
skills-lock.json
AGENTS.md
.projects/*
!.projects/state.json
.env