Woops, use main gitignore
This commit is contained in:
parent
58d537279f
commit
974eeeae7b
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
||||
/.venv/
|
||||
/__pycache__/
|
||||
*.pyc
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
build/
|
||||
dist/
|
||||
pip-wheel-metadata/
|
||||
|
7
library/.gitignore
vendored
7
library/.gitignore
vendored
@ -1,7 +0,0 @@
|
||||
*.egg-info/
|
||||
*.pyc
|
||||
.eggs/
|
||||
__pycache__
|
||||
build/
|
||||
dist/
|
||||
pip-wheel-metadata/
|
Loading…
Reference in New Issue
Block a user