Luke Murphy
4 years ago
2 changed files with 5 additions and 7 deletions
@ -1,3 +1,8 @@ |
|||
/.venv/ |
|||
/__pycache__/ |
|||
*.pyc |
|||
*.egg-info/ |
|||
.eggs/ |
|||
build/ |
|||
dist/ |
|||
pip-wheel-metadata/ |
|||
|
@ -1,7 +0,0 @@ |
|||
*.egg-info/ |
|||
*.pyc |
|||
.eggs/ |
|||
__pycache__ |
|||
build/ |
|||
dist/ |
|||
pip-wheel-metadata/ |
Loading…
Reference in new issue