initial commit

This commit is contained in:
2025-12-12 23:36:37 +01:00
commit faaf56760b
11 changed files with 588 additions and 0 deletions

10
.gitignore vendored Normal file
View File

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