initial commit

This commit is contained in:
2021-03-11 18:17:26 +01:00
commit f58ed9fee0
5 changed files with 81 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# Python virtual environment:
/.venv/
# pipenv lock-file and cache directory:
Pipfile.lock
/.pipenv_cache/
# PyCharm project metadata:
/.idea/
# Byte-compiled / optimized / DLL files:
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging:
*.egg-info/