mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-14 12:43:24 +02:00
* 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
23 lines
No EOL
210 B
Text
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/ |