# Android Release Build - Keystores and Secrets
# CRITICAL: Never commit these files - they contain sensitive credentials!

# Keystores (production and local development)
keystores/
*.jks
*.keystore
KEYSTORE_INFO.txt

# Gradle properties with secrets
gradle.properties

# ProGuard/R8 mapping files 
# (Keep for debugging, but don't commit - can be large)
app/build/outputs/mapping/
**/mapping.txt

# Release build outputs (optional - uncomment if you want to exclude)
# app/build/outputs/apk/release/
# app/build/outputs/bundle/release/
