Woops, use main gitignore
This commit is contained in:
parent
58d537279f
commit
974eeeae7b
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
|||||||
/.venv/
|
/.venv/
|
||||||
/__pycache__/
|
/__pycache__/
|
||||||
*.pyc
|
*.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