Initial commit

This commit is contained in:
Ard Kuijpers
2020-06-03 13:15:53 +02:00
commit 2f6e219e50
14 changed files with 535 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
.mypy_cache/
# local files
.env
.vscode