# === Android build artifacts === /build/ /app/build/ /*.apk /*.aab *.ap_ *.dex # === Gradle === .gradle/ /local.properties /keystore.properties # === Android Studio === .idea/ /*.iml *.ipr *.iws # === OS-generated cruft === .DS_Store Thumbs.db ehthumbs.db # === Logs & temporary files === *.log *.tmp *.bak *~ # === Captures / profiling / other === captures/ *.hprof # === Google services (API keys etc) === google-services.json app/google-services.json # === Kotlin build artifacts === .kotlin/ .cursor/