# Build output and native-lib artifacts (rebuilt from source).
/out/
/build/
/app/build/
/app/src/main/jniLibs/
/rsync/work/
/rsync/*.tar.gz
/rsync/*.part.*

# Gradle and Android local config.
.gradle/
/.kotlin/
/.toolchains/
/local.properties

# Secrets: .gitignore is the secret manager.
*.keystore
*.jks
/keystore.properties

# Editor and OS noise.
*.swp
*~
.DS_Store
