-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (46 loc) · 710 Bytes
/
.gitignore
File metadata and controls
54 lines (46 loc) · 710 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
44
45
46
47
48
49
50
51
52
53
54
# macOS / Finder
.DS_Store
# Xcode / Swift build artifacts
DerivedData/
.build/
build/
dist/
*.xcresult
*.ipa
*.dSYM
# Xcode generated project (regenerate via xcodegen)
*.xcodeproj
# Xcode user-specific files
xcuserdata/
UserInterfaceState.xcuserstate
*.xcworkspace/xcuserdata/
*.xcodeproj/xcuserdata/
*.xcodeproj/project.xcworkspace/xcuserdata/
# Swift Package Manager
.swiftpm/
Package.resolved
# Python
__pycache__/
*.pyc
.venv/
venv/
# Claude Code / agent local config
.claude/
.agent/
# Environment / local secrets
.env
.env.*
*.env.local
config.local.json
secrets/
secrets.*
*.secret
# Signing / certificates / provisioning
*.p12
*.cer
*.crt
*.pem
*.p8
*.key
*.mobileprovision
*.provisionprofile