-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (36 loc) · 686 Bytes
/
Copy path.gitignore
File metadata and controls
43 lines (36 loc) · 686 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
# Xcode
xcuserdata/
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
timeline.xctimeline
playground.xcworkspace
build/
# Swift Package Manager
.build/
.swiftpm/
Package.resolved
# macOS
.DS_Store
# Claude/AI development tools
.claude-flow/
.claude/
.mcp.json
.swarm/
CLAUDE.md
node_modules/
package.json
package-lock.json
# Local Xcode signing overrides
Config/LocalSigning.xcconfig
# Embedded Python (fetched by support/fetch-python.sh — too large for git)
Frameworks/Python.xcframework/
Frameworks/Python-3.13-iOS-support.*.tar.gz
Frameworks/VERSIONS
# iOS Python wheels (fetched by support/fetch-wheels.sh)
wheels-iphoneos/
wheels-iphonesimulator/
# Python build artifacts
__pycache__/
*.pyc