Initial Commit

This commit is contained in:
Firq 2024-06-29 14:14:18 +02:00
commit bcafbeb3cf
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
12 changed files with 140 additions and 0 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
.vscode/
# Python stuff
__pycache__/
*venv/
dist/