1
0

Initial Commit

This commit is contained in:
2025-07-16 18:06:02 +02:00
commit 2358585522
33 changed files with 1523 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
.idea/*
build/*
*.iml
out/*
.gradle/*
target/*