squeaknode/.gitignore
Jonathan Zernik 0a5a54554c
Use data classes instead of namedtuples (#508)
* Build mypy files for protos in tox env

* Include mypy check in make test

* Improve building offer from remote peer download

* Remove old methods from peer task
2020-12-26 01:00:58 -08:00

23 lines
No EOL
210 B
Text

venv/
*.pyc
__pycache__/
instance/
.cache/
.pytest_cache/
.coverage
htmlcov/
dist/
/build/
*.egg-info/
.idea/
*.swp
*~
.tox/
.mypy_cache/
# Ignore generated python proto files
*pb2.py
*pb2_grpc.py
*.pyi
libs/