Initial commit

This commit is contained in:
Trey t
2026-03-26 15:37:31 -05:00
commit bae265b132
41 changed files with 8596 additions and 0 deletions

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
.DS_Store
# Local tool config
.claude/
# Xcode user data
*.xcuserstate
*.xccheckout
*.xcscmblueprint
xcuserdata/
**/xcuserdata/
# Xcode / Swift build products
build/
DerivedData/
.build/
# Swift Package Manager
.swiftpm/
Package.resolved
# Fastlane / screenshots / test artifacts
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/
fastlane/test_output/
# Simulator / profiling output
*.moved-aside
*.ipa
*.dSYM.zip
*.dSYM
*.profdata
*.hmap
# App packaging
*.app
*.xcarchive