# SwiftPM / Xcode build products
.build/
build/
DerivedData/
*.xcodeproj/xcuserdata/
*.xcodeproj/project.xcworkspace/xcuserdata/
*.xcworkspace/xcuserdata/

# Generated Xcode projects (XcodeGen owns project.yml as source of truth)
# Tracked intentionally so cloning without xcodegen still opens — keep pbxproj.
.DS_Store

# Generated by core/build-ios.sh — regenerate, don't commit
TetherApp/Vendor/
TetherApp/Sources/tethercore.swift

# editor state
*.xcuserstate
xcuserdata/
.swiftpm/

# macOS app generated artifacts (core/build-apple.sh)
MacTetherApp/Vendor/
MacTetherApp/Sources/tethercore.swift
