X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/407052724fa1c97ee8bcd4e96de650def00be03e..78317a4cfb2cc7958ebd553ff6d7cc1aff0d8296:/.gitignore

diff --git a/.gitignore b/.gitignore
index 3207e72..249499b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,18 +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/