flat-tree implementation coming down the tubes

This commit is contained in:
Luke Murphy
2019-06-20 17:12:38 +02:00
commit 8626785ca3
32 changed files with 1078 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/