black/.gitignore
Jon Dufresne 8e90e46204 Add build & dist directories to .gitignore (#487)
Generated when running the command "python3 setup.py bdist_wheel".
2018-08-28 12:59:00 +01:00

11 lines
102 B
Plaintext

.coverage
_build
.DS_Store
.vscode
docs/_static/pypi.svg
.tox
__pycache__
black.egg-info
build/
dist/