Initial commit

This commit is contained in:
Firq 2024-08-09 18:57:33 +02:00
commit 7dc30b95cf
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
11 changed files with 367 additions and 0 deletions

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
# Dev environment
*venv/
.vscode/
# python files
__pycache__/
*.egg-info/