committed by
GitHub
74 changed files with 29 additions and 29 deletions
@ -0,0 +1,8 @@ |
|||||
|
# Python |
||||
|
__pycache__ |
||||
|
app.egg-info |
||||
|
*.pyc |
||||
|
.mypy_cache |
||||
|
.coverage |
||||
|
htmlcov |
||||
|
.venv |
@ -1,3 +1,6 @@ |
|||||
__pycache__ |
__pycache__ |
||||
app.egg-info |
app.egg-info |
||||
*.pyc |
*.pyc |
||||
|
.mypy_cache |
||||
|
.coverage |
||||
|
htmlcov |
||||
|
@ -1,3 +0,0 @@ |
|||||
.mypy_cache |
|
||||
.coverage |
|
||||
htmlcov |
|
Loading…
Reference in new issue