# Built application files
*.apk
*.aar
*.ap_
*.aab

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
out/
release/

# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc.)
local.properties

# Log files
*.log

# Android Studio / IntelliJ
*.iml
.idea/
*.ipr
*.iws
captures/
.externalNativeBuild/
.cxx/

# Keystore files
*.jks
*.keystore

# macOS
.DS_Store

# Kotlin
.kotlin/
