First commit

This commit is contained in:
2022-12-29 09:02:15 +01:00
commit 37fde20fa1
6 changed files with 65 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
# all virtual env files
venv
# IDE files
.idea
# python3 cache files
__pycache__