X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7d032fa848c8910007a0a41c1ba61d70d2846f48..d16a1dbd05832632d7f3be28f0a4b6e9b208807c:/.gitignore?ds=inline diff --git a/.gitignore b/.gitignore index 30225ec..249499b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,26 @@ .venv .coverage +.coverage.* _build .DS_Store .vscode 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/