-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (36 loc) · 1023 Bytes
/
.gitignore
File metadata and controls
43 lines (36 loc) · 1023 Bytes
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
*.DS_Store
*.profraw
*.profdata
.build/
target/
*.o
*.a
*.dylib
xcuserdata/
DerivedData/
build/
.swiftpm/
# Generated artifacts (rebuildable)
Shadow/Shadow/Generated/
Shadow/Shadow.xcodeproj/
# ML model assets — provisioned via scripts/provision-clip-models.py
# NOT committed to git (190MB binary). Must be provisioned before build.
# See docs/progress.md M3 section for provisioning instructions.
Shadow/Shadow/Resources/Models/*.mlpackage/
Shadow/Shadow/Resources/Models/*.mlpackage/**
Shadow/Shadow/Resources/Models/clip_tokenizer.json
# User-specific Claude Code config
.claude/settings.local.json
# Local dev notes and review documents
local/
.mcp.json
# Internal docs (specs, prompts, progress logs, research)
# These are development artifacts, not public documentation.
# Public docs (README, SECURITY, PRIVACY, CONTRIBUTING, LICENSE) live at repo root.
docs/
# Internal product vision and build plan
idea.md
build.md
# Claude Code AI workflow instructions (not for public contributors)
CLAUDE.md
.claude/