squeaknode/.gitignore
Jonathan Zernik 058240841d
Use python venv (#1920)
* Automatically install requirements.txt in setup

* Remove extra copy of requirements.txt in dockerfile
2021-12-29 18:48:53 -08:00

24 lines
No EOL
217 B
Text

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