initial commit

This commit is contained in:
2025-08-20 08:27:55 +02:00
commit 897ad2779c
11 changed files with 500 additions and 0 deletions

10
.gitignore vendored Normal file
View File

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