X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/cd3a93a14689f046468ece2a5b1f78863c3c4cd2..b517dfb396a82ef263f0d366c4dc107451cf0c3c:/.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/