initial upload of prototype

This commit is contained in:
2026-06-17 11:25:40 +02:00
commit 006944e333
52 changed files with 2805 additions and 0 deletions

45
.gitignore vendored Normal file
View File

@ -0,0 +1,45 @@
# Gradle
.gradle/
build/
**/build/
# Local configuration
local.properties
# Android Studio / IntelliJ
*.iml
.idea/
!.idea/codeStyles/
!.idea/inspectionProfiles/
!.idea/runConfigurations.xml
!.idea/runConfigurations/
# Kotlin
.kotlin/
# Built artifacts
*.apk
*.aab
*.ap_
*.dex
# Native / NDK
.externalNativeBuild/
.cxx/
# Captures and profiling
/captures/
*.hprof
# OS files
.DS_Store
Thumbs.db
# Signing keys (never commit)
*.jks
*.keystore
keystore.properties
# Secrets
google-services.json
secrets.properties