squeaknode/.gitignore
Jonathan Zernik 069516989d
Simplify test run in github action (#1921)
* Simplify test run in github action

* Change git to https for pre-commit config
2021-12-29 19:18:13 -08:00

27 lines
No EOL
254 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/
# Ignore coverage file
coverage.xml