# --- Dependencies ---
node_modules/

# --- Expo & Web ---
.expo/
dist/
web-build/
expo-env.d.ts

# --- Android (Keep the project, ignore the build junk) ---
android/build/
android/app/build/
android/.gradle/
android/local.properties
android/*.keystore
android/*.jks
android/*.ap_
android/*.apk
android/*.aab

# --- iOS (Keep the project, ignore the build junk) ---
ios/build/
ios/Pods/
ios/.xccheckout
ios/*.moved-aside
ios/*.xcworkspace/xcuserdata/

# --- Metro Bundler ---
.metro-health-check*

# --- Environment & Secrets ---
.env
.env.local
.env.*.local
backend/.env
.vscode/sftp.json

# --- Logs & Debug ---
npm-debug.*
yarn-debug.*
yarn-error.*
*.log

# --- System Files ---
.DS_Store
Thumbs.db

# --- Release artifacts ---
*.apk
*.aab

# --- Local IDE / agent ---
.claude/
*.code-workspace
backend/tmp_*
