black/.gitignore
Łukasz Langa a701659da2
s/_version.py/_black_version.py/ (#1082)
Some users are installing Black as a dependency in their project. Having
a _version.py in site-packages is asking for a conflict sooner or later.

Ideally we shouldn't require a separate version file at all, that's an
additional import we need to make. But I'll leave that bikeshedding for
a different time.
2019-10-21 15:03:01 +02:00

15 lines
152 B
Plaintext

.coverage
_build
.DS_Store
.vscode
docs/_static/pypi.svg
.tox
__pycache__
black.egg-info
build/
dist/
pip-wheel-metadata/
_black_version.py
.idea
.eggs