X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/b1d060101626aa1c332f52e4bdf0ae5e4cc07990..9edba85f71d50d12996ef7bda576426362016171:/.gitignore?ds=sidebyside diff --git a/.gitignore b/.gitignore index f81bce8..4a4f1b7 100644 --- a/.gitignore +++ b/.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/