X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1f2138f8722ffc3cf44abd933482195a69fae7d8..c6a031e623c7991ac9129f578dc21dffe2d7ede3:/.gitignore

diff --git a/.gitignore b/.gitignore
index 73cc19a..249499b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +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/
\ No newline at end of file
+pip-wheel-metadata/
+.eggs
+
+src/_black_version.py
+.idea
+
+.dmypy.json
+*.swp
+.hypothesis/
+venv/
+.ipynb_checkpoints/