Initial commit

This commit is contained in:
2021-11-24 16:30:47 -05:00
commit 5499d282eb
13 changed files with 2465 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
__pycache__/
build/
dist/
*.egg-info/
*.pyc
*.swp
.coverage
*_cache/
.tox/
.cache/
.venv/
.mypy_cache/
.vscode/
.idea/