-
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy path.gitignore
More file actions
226 lines (201 loc) · 5.11 KB
/
Copy path.gitignore
File metadata and controls
226 lines (201 loc) · 5.11 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
# macOS
.DS_Store
._*
# Xcode
build/
DerivedData/
DerivedData-*/
*.xcuserstate
*.xcuserdatad/
xcuserdata/
*.xccheckout
*.xcscmblueprint
*.xcactivitylog
*.moved-aside
*.hmap
*.ipa
*.pkg
*.bcsymbolmap
*.dSYM.zip
*.dSYM
*.xcarchive/
*.xcresult/
*.xcdistributionlogs/
*.xctestrun
TestResults/
*.app/
# Xcode project user-specific
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcodeproj/project.xcworkspace/
*.xcworkspace/xcuserdata/
# Swift Package Manager
.build/
.build-*/
.swiftpm/
# Package.resolved is committed (app) so CI + contributors pin the same dependency versions.
# Code coverage
*.profraw
*.profdata
*.coverage
# Signing material / secrets — NEVER commit
*.p12
*.p12.b64
*.pem
*.key
*.cer
*.certSigningRequest
*.mobileprovision
*.provisionprofile
*.env
.env.*
!.env.example
secrets*
ExportOptions.plist
# Release pipeline output
# Exact-candidate release gates are source, even when a checkout's private exclude file hides
# untracked scripts by default.
!/scripts/desktop-linux-live-gate.sh
release-build*/
/release/
/dist/
/archives/
/notarization/
/Dory-*.zip
/Dory-*.dmg
/dory-engine-*.tar.gz
*.notarization-log.json
*.notary.json
notarytool-*.json
*.spctl.log
*.stapler.log
*.log
*.tmp
tmp/
.cache/
# Guest build artifacts (kernel Image, compiled agent) — rebuilt via guest/kernel/build.sh + guest/agent/build.sh
guest/out/
guest/.cache/
# Dory runtime data
.dory/
# Local tooling
.vscode/
.idea/
.zed/
.cursor/
.xcode.env.local
*.swp
*.swo
*~
.claude/settings.local.json
.claude/*.local.json
.claude/launch.json
.playwright-mcp/
benchmark-results.json
.benchmark-results/
.benchmark-smoke/
benchmark-results/
dory-benchmark/
appcast.xml.tmp
examples/readiness/tmp/
# Python caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.venv/
venv/
# Node / website build output
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
website/dist/
website/.vite/
website/.cache/
# Private cloud backend — separate repo, never in the public Dory repo
cloud/
# Private usedory.dev marketing site — maintained outside the public Dory repository
/usedory-site/
# Claude Code session artifacts
.claude-tasks.md
.claude/
# Website build output (source lives in website/; built into docs/ via `npm run build`)
docs-build/
# Go build artifact (build.sh writes the real output to guest/out/)
guest/agent/agent
# Built GitHub Pages site (CI builds website/ and deploys the output directly) plus local-only
# planning notes. Keep the source platform ADR and its Linux execution contracts under docs/.
docs/
!/docs/
/docs/*
!/docs/virtual-workspace-platform.md
!/docs/linux-virtual-workspace-architecture.md
!/docs/linux-virtual-workspace-delivery-plan.md
!/docs/linux-capability-and-qualification-matrix.md
!/docs/linux-vm-performance-contract.md
!/docs/linux-iso-and-gpu-recovery-review.md
!/docs/container-engine-performance-qualification.md
!/docs/architecture-gates/
/docs/architecture-gates/*
!/docs/architecture-gates/virtiofs-worker-xpc.json
!/docs/architecture-gates/vz-custom-virtio-gpu.json
!/docs/architecture-gates/vulkan-13-application-readiness.md
!website/public/docs/
!website/public/docs/**
# Source-level renderer build and ABI verification are release inputs, not local scripts.
!/scripts/build-renderer-production-dependencies.sh
!/scripts/build-virglrenderer.sh
!/scripts/assemble-renderer-production-worker.sh
!/scripts/renderer-release-identity.py
!/scripts/renderer-production-tuple.py
!/scripts/renderer-build-tools/
/scripts/renderer-build-tools/*
!/scripts/renderer-build-tools/xcodebuild
!/scripts/verify-virgl-resource-info-abi.c
# Candidate-bound physical Linux developer smoke (fail-closed; never release qualification).
!/scripts/linux-local-runtime-smoke.sh
# Canonical Linux VM performance evidence validation, signed-bundle verification, and their
# public-key-only adversarial fixtures are release source. Private collector output and signing
# keys remain excluded.
!/scripts/qualify-container-engine-performance.sh
!/scripts/validate-linux-vm-performance-evidence.py
!/scripts/verify-linux-vm-performance-bundle.py
!/scripts/test-linux-vm-performance-bundle.py
!/scripts/fixtures/
/scripts/fixtures/*
!/scripts/fixtures/linux-vm-performance-bundle-schema1/
!/scripts/fixtures/linux-vm-performance-bundle-schema1/**
!/scripts/fixtures/hostshare_guest_probe.py
!/scripts/fixtures/hostshare_nonping_probe.py
# Internal engine notes (not published)
Packages/ContainerizationEngine/Docs/
# Python bytecode from the doctor helpers
scripts/__pycache__/
# Rust build output — the dory-core workspace + the de-risking spikes.
# (Nested .gitignore files in those dirs cover the same; these are belt-and-suspenders.)
/dory-core/target/
/dory-core/ffi/generated/
/dory-core-swift/.build/
/dory-core-swift/artifacts/
/dory-core-swift/Sources/DoryCore/generated/
/spikes/*/target/
/spikes/*/Cargo.lock
#codex
.codex-bench/
.dory-build/
# Internal planning and qualification documents
/ARCHITECTURE.md
/COMPETITOR_ISSUE_COVERAGE.md
/DESTRUCTIVE_ACTIONS.md
/DORY_V0.4_RESEARCH_REPORT.md
/MACHINE_IMAGE_CONTRACT.md
/POST_V0.4_PRODUCT_DESIGNS.md
/RELEASE_READINESS.md