Woops, use main gitignore

This commit is contained in:
Luke Murphy 2021-01-10 13:17:10 +01:00
parent 58d537279f
commit 974eeeae7b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 5 additions and 7 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
/.venv/
/__pycache__/
*.pyc
*.egg-info/
.eggs/
build/
dist/
pip-wheel-metadata/

7
library/.gitignore vendored
View File

@ -1,7 +0,0 @@
*.egg-info/
*.pyc
.eggs/
__pycache__
build/
dist/
pip-wheel-metadata/