Bootstrapping simple-hypercore-protocol

This commit is contained in:
Luke Murphy
2020-08-01 15:17:17 +02:00
commit dc50afbd4d
11 changed files with 1886 additions and 0 deletions

10
.gitignore vendored Normal file
View File

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