X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/34aeee68799d33d5ab85901d3d778e4b7b6d78c9..df1c86cbe7cf0727d81e526e904b0752d7371da0:/.gitignore

diff --git a/.gitignore b/.gitignore
index caefeaa..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/
-_version.py
+src/_black_version.py
 .idea
 .eggs
+.dmypy.json
+*.swp
+.hypothesis/
+venv/
\ No newline at end of file