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

# IDE
.idea/
*.iml
*.ipr
*.iws

# VS Code
.vscode/

# OS
.DS_Store
Thumbs.db

# Signing / secrets
*.jks
*.keystore
local.properties
*.pem
*.key

# Android specific
captures/
.externalNativeBuild/
.cxx/

# Misc
*.log
*.tmp
*.bak

# Ignore generated files
generated/
gen/

# APK / AAB
*.apk
*.ap_
*.aab

# Testing / coverage
test-results/
coverage/
*.ec

# Lint and analysis
lint/reports/
lint/intermediates/

# Crashlytics / Firebase
crashlytics-build.properties
fabric.properties

# Gradle cache
.gradle/
build/

# Ignore Google services config (if private)
google-services.json

