Bootstrapping with python support files

This commit is contained in:
Luke Murphy
2020-03-28 16:49:11 +01:00
parent 2421813bd7
commit 831467ca74
7 changed files with 111 additions and 2 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/