X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8325f893b4793e123b486e7a341188d1ab5b77d1..3cb010ec8ec02392dee5073b74e6eff80030c5f0:/.gitignore?ds=inline

diff --git a/.gitignore b/.gitignore
index c59b667..249499b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +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
+
+.dmypy.json
+*.swp
+.hypothesis/
+venv/
+.ipynb_checkpoints/