initial commit
All checks were successful
/ publish (push) Successful in 1m48s

This commit is contained in:
2025-08-31 10:45:25 +02:00
commit b1faa48c97
13 changed files with 701 additions and 0 deletions

10
.gitignore vendored Normal file
View File

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