# Gradle
.gradle/
build/
**/build/
!gradle/wrapper/gradle-wrapper.jar
!src/**/build/

# Gradle caches / config-cache
.gradle/configuration-cache/

# IDE — IntelliJ IDEA / Android Studio
.idea/
*.iml
*.ipr
*.iws
captures/
.navigation/

# Local machine config (never commit)
local.properties

# Android build outputs (relevant once the SDK-gated modules are enabled)
*.apk
*.aab
*.ap_
*.dex
release/
proguard/

# Secrets — never commit
google-services.json
**/google-services.json
*.keystore
*.jks
*.p12
service-account*.json

# OS cruft
.DS_Store

# Kover / test reports
**/kover/

# Kotlin compiler session/error scratch (KGP 2.x writes this at the project root)
.kotlin/
