# Xcode user data and state
*.xcuserstate
*.xcscmblueprint
*.xccheckout
*.moved-aside
*.xcworkspace/xcuserdata/
*.xcodeproj/project.xcworkspace/xcuserdata/
*.xcodeproj/xcuserdata/
*.xcodeproj/*.mode1v3
*.xcodeproj/*.mode2v3
*.xcodeproj/*.pbxuser

# Derived data and build products
DerivedData/
build/
Build/
*.build/
*.o
*.dSYM
*.dSYM.zip

# Swift Package Manager
.swiftpm/
.build/
Package.resolved

# CocoaPods (if used)
Pods/
*.xcworkspace

# Carthage (if used)
Carthage/Build/

# Fastlane (if used)
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output

# User-specific / local environment
*.swp
*.lock
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*

# Logs and caches
*.log

# License Worker: never commit signing keys or build/deps
server/license-worker/node_modules/
.wrangler/
*.pem
license_ed25519*

# Website: stray local export (the live files are tracked individually)
website/Archivo.zip

# Playgrounds
timeline.xctimeline
playground.xcworkspace

# Xcode previews cache
*.swiftpm/xcode/xcuserdata/
