X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/52f402dcfbeb49d4710b2c8d2b15563b08369fc5..6f84f652850dca8a1b578581e2fbb2cb95e791cc:/.gitignore diff --git a/.gitignore b/.gitignore index ab796ce..4a4f1b7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,17 +4,24 @@ _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/ venv/ +.ipynb_checkpoints/