# Gradle
.gradle/
build/
*/build/

# Machine-local configuration (SDK paths etc.)
local.properties

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

# IntelliJ / Android Studio
.idea/
*.iml
*.ipr
*.iws
out/

# VS Code
.vscode/
.claude/
.kilo/
.codex

# Kotlin/Java
*.class
*.log
.kotlin/

# Native build / CMake
.cxx/
*/.cxx/
.externalNativeBuild/
*/.externalNativeBuild/

# Lint / reports
lint-results*.html
lint-results*.xml
lint-results*.txt
lint-reports/

# OS files
.DS_Store
Thumbs.db

# Large model assets are downloaded separately; see README.
assets/models/

# Internal planning documents live in dev_doc/ (tracked in Gitea,
# excluded from GitHub release sync by the sync script).

# Test assets
test.webp

# Misc
*.swp
*.swo

app/src/test/resources/real_images/

# Local signing credentials and keystores (never commit)
signing.properties
*.keystore
*.jks
keystore.jks

# CodeGraph local index
.codegraph/
