# Git-specific
.git/
.gitignore

# Build artifacts (but NOT TailscaleKit.xcframework — that ships with the package)
.dart_tool/
.packages
.pub/
build/

# Go source and build tools (users don't need these)
ios/Go/
ios/_current_slice
ios/.gitignore
build_go.sh
test/

# Exclude large binaries to stay under pub.dev 100MB limit.
# Ship iOS + Android arm64. Other platforms: build from source with ./build_go.sh
android/src/main/jniLibs/x86_64/
linux/
macos/TailscaleKit.xcframework/

# Override ios/.gitignore — the xcframework MUST ship with the package
!ios/TailscaleKit.xcframework/
