# Xcode
*.xcodeproj/
*.xcworkspace/
!*.xcworkspace/contents.xcworkspacedata

# XcodeGen generates xcodeproj from project.yml, no need to track it
# To regenerate: xcodegen generate

# User-specific Xcode data
xcuserdata/
*.xcuserstate
.claude
.omc/
# Build
build/
DerivedData/
*.ipa
*.dSYM.zip
*.dSYM

# CocoaPods (if used)
Pods/

# SPM
.build/
Package.resolved

# macOS
.DS_Store
**/.DS_Store

# Fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output

# Code Injection
iOSInjectionProject/

# Demo 本地秘钥（apiKey / owner），不进 git；首次 clone 复制 DemoSecrets.template.swift 填值
demo/Sources/DemoSecrets.swift
