X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1f2138f8722ffc3cf44abd933482195a69fae7d8..2c5150c7c679b939ba05de1050a2b839cd4f8c96:/.gitignore?ds=sidebyside

diff --git a/.gitignore b/.gitignore
index 73cc19a..f487d96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.venv
 .coverage
 _build
 .DS_Store
@@ -8,4 +9,11 @@ __pycache__
 black.egg-info
 build/
 dist/
-pip-wheel-metadata/
\ No newline at end of file
+pip-wheel-metadata/
+src/_black_version.py
+.idea
+.eggs
+.dmypy.json
+*.swp
+.hypothesis/
+venv/
\ No newline at end of file