X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d90297c77bab6e22831b05ffc099bfc709cc7785..d1aee5f7fa136b1f0a7d8dfc318af81009074070:/.vim/bundle/black/.gitignore diff --git a/.vim/bundle/black/.gitignore b/.vim/bundle/black/.gitignore index f81bce8..4a4f1b7 100644 --- a/.vim/bundle/black/.gitignore +++ b/.vim/bundle/black/.gitignore @@ -4,16 +4,22 @@ _build .DS_Store .vscode +.python-version docs/_static/pypi.svg .tox __pycache__ + +# Packaging artifacts black.egg-info +black.dist-info build/ dist/ pip-wheel-metadata/ +.eggs + src/_black_version.py .idea -.eggs + .dmypy.json *.swp .hypothesis/