X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ae5588cf073be10b51dc48ad2fc513e11c4f3e03..889a8d5dd27a73aa780e989a850bbdaaa9946a13:/.gitignore?ds=inline

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