Add build & dist directories to .gitignore (#487)
Generated when running the command "python3 setup.py bdist_wheel".
This commit is contained in:
parent
975ca9cefc
commit
8e90e46204
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,3 +6,5 @@ docs/_static/pypi.svg
|
|||||||
.tox
|
.tox
|
||||||
__pycache__
|
__pycache__
|
||||||
black.egg-info
|
black.egg-info
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
Loading…
Reference in New Issue
Block a user