mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
27 lines
No EOL
254 B
Text
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 |