initial commit

This commit is contained in:
2025-07-12 20:40:57 +02:00
commit 4f6b9af0ed
26 changed files with 1618 additions and 0 deletions

10
.gitignore vendored Normal file
View File

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