Initial commit

This commit is contained in:
2022-06-27 09:08:10 +02:00
commit 934f596316
10 changed files with 81 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# Python virtual environment:
/.venv/
# IDE settings:
/.idea/
/.vscode/
# Distribution / packaging:
*.egg-info/
/dist/
# Python cache:
__pycache__/