X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/52f402dcfbeb49d4710b2c8d2b15563b08369fc5..f7917453c99f8183ffd0397affcccb2c37594771:/.gitignore

diff --git a/.gitignore b/.gitignore
index ab796ce..249499b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,14 +7,20 @@ _build
 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/