squeaknode/.gitignore
Jonathan Zernik cd4caa0447
Ignore generated python pb2 files (#328)
* Got setup.py install working I think

* Got setup.py build working with both templates and protos

* Delete unused old proto dir inside squeakserver
2020-10-28 14:26:25 -04:00

20 lines
198 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