X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/cd3a93a14689f046468ece2a5b1f78863c3c4cd2..a5fde8ab9be26221d01bdd0a426db07cdb6f0f04:/.gitignore?ds=inline

diff --git a/.gitignore b/.gitignore
index 6b94cac..249499b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +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/