# macOS
.DS_Store
.AppleDouble
.LSOverride

# Xcode / SwiftUI client
client-macos/build/
client-macos/build-debug/
client-macos/build-release/
client-macos/DerivedData/
client-macos/*.xcuserstate
*.xcuserdatad/

# Packaged release artifacts (DMG / zipped .app)
dist/

# Vendored Node arm64 binary (~110 MB) — re-fetched by bin/fetch-node.sh
vendor/

# Node / TypeScript daemon
daemon/node_modules/
daemon/dist/
daemon/.env
daemon/.env.local
*.log
npm-debug.log*

# IDE
.vscode/
.idea/

# Claude Code project-local settings (per-machine)
.claude/settings.local.json

# Local dev event store / memory (per-machine, not in repo)
events/
memory/

# OS / misc
*.swp
*.swo
.tmp/
