Bootstrap something to start

This commit is contained in:
Luke Murphy
2020-06-30 20:28:47 +02:00
parent 26caa797b2
commit 7dad478dda
11 changed files with 138 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
*.egg-info/
*.pyc
.coverage
.eggs/
.mypy_cache/
.tox/
.venv/
__pycache__
build/
dist/
pip-wheel-metadata/
documentation/build/