X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ea9fefb359b86208ad20c944c3c420e6c3fb2c5e..6310a405f6663948f7e0b9411cb54e5db2b712a6:/.gitignore

diff --git a/.gitignore b/.gitignore
index f487d96..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/
\ No newline at end of file
+venv/
+.ipynb_checkpoints/