initial commit

This commit is contained in:
2021-11-27 11:56:15 +01:00
commit c5b6b7ab20
6 changed files with 66 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Virtual environment
/.venv/
# PyCharm:
/.idea/
# Distribution / packaging:
*.egg-info/
# Python cache:
__pycache__/