-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
93 lines (80 loc) · 1.34 KB
/
.gitignore
File metadata and controls
93 lines (80 loc) · 1.34 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
# Project-specific
coupons.txt
weekly_digest_*.md
# Debug / scratch scripts
_debug*.py
debug_*.py
scratch_*.py
# Personal development scripts (ignore all except build tools)
scripts/*
!scripts/generate_store_assets.py
!scripts/generate_marketing_screenshots.py
!scripts/generate_app_icon.sh
# Secrets & environment
.env*
!.env.example
!**/.env.example
*.cer
*.key
*.p12
*.p8
*.pem
*.secret
# Logs & temp
*.log
*.tmp
tmp/
# Fastlane config files
CortexOSApp/fastlane/Fastfile
CortexOSApp/fastlane/Appfile
# macOS
._*
.DS_Store
# Python
__pycache__/
*.egg
*.egg-info/
*.py[cod]
.coverage
.pytest_cache/
.ruff_cache/
.venv/
build/
dist/
htmlcov/
results.xml
venv/
# Swift / Xcode
.build/
.swiftpm/
*.dSYM
*.dSYM.zip
*.xcarchive
DerivedData/
DerivedData-*/
xcuserdata/
**/*.xcworkspace/xcshareddata/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Build artifacts
CortexOSApp/*.ipa
CortexOSApp/*.pkg
CortexOSApp/CortexOS.app/
CortexOSApp/SimpliXio.app/
CortexOSApp/fastlane/report.xml
CortexOSApp/generate_icons.py
CortexOSApp/*.mobileprovision
# Local runtime artifacts
.cortexos_local/
growth_output/
cortexos_automation_scripts/output/
# Screenshot generation artifacts
CortexOSApp/screenshot_results/
CortexOSApp/store_assets/marketing/
CortexOSApp/store_assets/**/*_raw.png
# xcodegen local overrides (DEVELOPMENT_TEAM etc.) – never commit
CortexOSApp/local.yml