.build/
dist/
.nucleic-spike/
*.xcodeproj
# …but the iPhone client's project IS a tracked deliverable.
!ios/NucleicRemote/NucleicRemote.xcodeproj
xcuserdata/
*.xcuserstate
DerivedData/
.DS_Store
# Agent scratch / transcript files that land in the working copy during runs —
# untracked, they dirty the autoship merge target and block integration.
test-transcripts/
nucleic-*.md
# Bundled Linux kernel staged by scripts/fetch-kernel.sh — large binary, not tracked.
# (Resources/ otherwise holds tracked items like AppIcon.icns.)
Resources/vmlinux-arm64
# TailscaleKit framework staged by scripts/build-tailscalekit.sh — large binary, not
# tracked; Package.swift enables the Tailnet transport only when it exists.
third_party/TailscaleKit/TailscaleKit.xcframework
# Cloudflare Workers local dev cache/state — regenerated by wrangler, not tracked.
.wrangler/

# Apple AuthKeys
AuthKey*
