Initial commit

This commit is contained in:
Julian Appel 2026-03-29 14:42:20 +02:00
commit 747bec985d
10 changed files with 1618 additions and 0 deletions

11
.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
# .NET Build-Ausgaben
bin/
obj/
# VS Code / VS
.vscode/
.vs/
*.user
# macOS
.DS_Store