# Worktrees
.worktrees/

# Dependencies
node_modules/
bridge/node_modules/
bridge/dist/

# Python
__pycache__/
*.pyc

# Environment
.env
bridge/.env

# Flutter
overlay/.dart_tool/
overlay/.packages
overlay/build/
overlay/.flutter-plugins
overlay/.flutter-plugins-dependencies
overlay/macos/Pods/
overlay/macos/.symlinks/

# Claude
.claude/

# Generated MCP config (sinain-agent)
sinain-agent/.junie-mcp/

# Bare-agent local roster — copied from agents.example.json on first run.
# Users edit this freely (custom profiles, personal endpoints, etc.) without
# polluting the repo.
sinain-agent/agents.json

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Build
*.js.map
dist/

# Android / React Native
.gradle/
.cxx/
*.keystore
!debug.keystore
*.hprof
local.properties
*.jsbundle
.metro-health-check*
**/Pods/
/vendor/bundle/
*.iml
.kotlin/
coverage/

# Ruby
Gemfile.lock

# Wearable HUD
sinain-wearable-hud/config.yaml
sinain-wearable-hud/.venv/

# sck-capture compiled binary
tools/sck-capture/sck-capture

# Photos / media (accidental drops at repo root)
photo_*.jpg
photo_*.jpeg
tools/win-audio-capture/build/
docs/logs/

# Demo videos (large binary; published as GitHub Release assets instead)
media/*.mp4
media/*.mov

# Firebase
firebase-debug.log
.firebase/

# GSD planning workspace (commit_docs=false; baseline kept on chore/gsd-init via 4bbb543/d886792)
.planning/
