X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a701659da2e2b8cc5abca2c6c7c97832551627c0..b55ea63ff4858109fe4606a6caafb03fda946743:/.gitignore?ds=sidebyside

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