First commit

This commit is contained in:
2020-12-25 21:36:41 +01:00
parent 205a1bf332
commit 2bc83a94d6
13 changed files with 1004 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
logs/
__pycache__/
.vscode/
.nox/
build/
dist/
*.egg-info/
.coverage
.pytest_cache/
.mypy_cache/