initial commit

This commit is contained in:
2025-06-14 16:09:20 +02:00
commit 2f702b016c
32 changed files with 4779 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
#Ignore VSCODE files
.vscode
#Ignore IntelliJ files
.idea
#Ignore output directory
bin
# Ignore test lib
lib