initial commit

This commit is contained in:
2025-07-19 18:50:48 +02:00
commit 194ee0658a
9 changed files with 572 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# IDE
/.idea/
# Gradle
/.gradle/
/gradle.properties
# Kotlin
/.kotlin/
/build/