-
Notifications
You must be signed in to change notification settings - Fork 175
Expand file tree
/
Copy path.gitignore
More file actions
237 lines (214 loc) · 5.77 KB
/
Copy path.gitignore
File metadata and controls
237 lines (214 loc) · 5.77 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
# ============================================================================
# OS & Editor
# ============================================================================
.DS_Store
Thumbs.db
*.swp
*.swo
*.orig
*.log
.vscode/
.idea/
# ============================================================================
# Rust
# ============================================================================
/target/
**/target/
# ============================================================================
# Python
# ============================================================================
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.dist-info/
.eggs/
.venv/
venv/
env/
.python-version
.pytest_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
.tox/
wheelhouse/
# ============================================================================
# Node.js
# ============================================================================
node_modules/
.npm/
.pnpm-store/
package-lock.json
yarn.lock
!/apps/yarn.lock
!/apps/infra/package-lock.json
!/sdks/node/package-lock.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# ============================================================================
# C/C++ Build Artifacts
# ============================================================================
*.o
*.obj
*.so
*.dll
*.dylib
*.a
*.lib
# ============================================================================
# Build Outputs
# ============================================================================
/dist/
/build/
**/coverage/
# ============================================================================
# Credentials & Secrets
# ============================================================================
*.pem
*.key
*.crt
*.cer
*.p12
*.pfx
*.sig
*.mobileprovision
.env
.env.*
!/openapi/reference-server/.env.example
!/apps/api/.env.example
# ============================================================================
# Go SDK
# ============================================================================
# Downloaded by setup tool, not committed
sdks/go/libboxlite.a
# ============================================================================
# Project Specific
# ============================================================================
# Runtime data
.boxlite-home/
/.boxlite-home
/.cargo/
/.maturin/
# Python SDK
sdks/python/target/
sdks/python/build/
sdks/python/dist/
sdks/python/boxlite/.libs/
sdks/python/boxlite/.dylibs/
sdks/python/boxlite/bin/
sdks/python/boxlite/runtime/
sdks/python/libkrun_dist/
# C SDK
sdks/c/target/
sdks/c/Cargo.lock
sdks/c/dist/
sdks/c/tests/build/
# Node SDK
sdks/node/native/build/
sdks/node/native/Release/
# FFI build artifacts
src/deps/libgvproxy-sys/gvproxy-bridge/libgvproxy.*
src/deps/libgvproxy-sys/gvproxy-bridge/vendor/
src/deps/libgvproxy-sys/gvproxy-bridge/gvproxy-bridge
src/deps/libkrun-sys/vendor/libkrun/target/
src/deps/libkrun-sys/vendor/libkrunfw/target/
# Examples
examples/c/build/
examples/c/execute
# Entitlements (generated)
*.entitlements
entitlements.plist
# Local config
CLAUDE.local.md
Cargo.lock
*.dylib.dSYM/
# Apps workspace
/apps/.nx/
/apps/.turbo/
/apps/node_modules/
/apps/.pnp.*
/apps/.yarn/cache/
/apps/.yarn/unplugged/
/apps/.yarn/build-state.yml
/apps/.yarn/install-state.gz
/apps/**/node_modules/
/apps/**/dist/
/apps/**/build/
/apps/**/coverage/
/apps/**/.next/
/apps/**/.turbo/
/apps/**/.vite/
/apps/**/.nyc_output/
/apps/**/.cache/
/apps/**/tmp/
/apps/**/temp/
/apps/infra/.sst/
/apps/infra/sst-env.d.ts
/apps/infra/.env*
!/apps/infra/.env.example
/apps/runner/pkg/daemon/static/*
!/apps/runner/pkg/daemon/static/.gitkeep
/apps/daemon/daemon
/apps/proxy/proxy
/apps/runner/runner
/apps/otel-collector/exporter/exporter
/apps/libs/computer-use/test-computer-use
/apps/libs/computer-use/boxlite-computer-use
/runner
.claude/scheduled_tasks.lock
.claude/worktrees/
.agents/state/
# Legacy marker locations, kept ignored through the move to .agents/state/.
# The first two are written by the shared preflight-commit-push hook so a
# commit-msg from before the move still finds its audit; the rest are what a
# checkout from before the move still writes. All must stay ignored: the verdict
# gate keys its dossier to a tree hash that skips ignored paths, so an unignored
# marker would self-invalidate the audit that just passed. Drop this block once
# every checkout is past the move, together with mirror_to_legacy.
.claude/.last-audit.json
.claude/.last-audit-handoff.json
.claude/.last-verdict.json
.claude/.pr-reviewed.json
.claude/.verdict-last-uuid
.claude/.verdict-decisions.log
# ============================================================================
# Local dev artifacts (apps/infra-local + dashboard E2E session)
# ============================================================================
.playwright-mcp/
dashboard-*.png
dex-*.png
crud-*.png
# L2 boot artifacts — local-only, not for repo.
# NOTE: gitignore syntax does NOT support inline comments — `pattern # comment`
# is parsed as the literal path `pattern # comment`. Keep comments on their
# own lines.
# self-symlink workaround for apps/apps/... path resolution in webpack.config.js
apps/apps
# symlink to apps/api/.env (NestJS env loading from cwd=apps/)
apps/.env
# contains secrets (encryption key, runner token)
apps/api/.env
# SWC config from attempted compile switch (reverted to tsc, file is dead)
apps/api/.swcrc
# 115 MB, prebuilt from upstream releases
sdks/go/libboxlite.a
# 73 MB, prebuilt from upstream releases
sdks/go/libboxlite.dylib
# extracted prebuilt archive
sdks/go/boxlite-c-v*/
l2-*.png
# Local dev stack (apps/infra-local) — ALL generated state: data volumes,
# SDK + runner homes, native binaries, logs
/.apps-local/
# Session test screenshots (Playwright runs)
regions-*.png
runners-*.png
term-*.png
test-*.png
.venv-infra.partial.*
.venv-infra/
.venv-infra.partial.*/
target/