X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0721f11731b64b1b134f3cb7c227a6477044e8fa..754eecf69eed0bdc75fe224c19a702a4f0676807:/.gitignore?ds=sidebyside

diff --git a/.gitignore b/.gitignore
index b76c149..f487d96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.venv
 .coverage
 _build
 .DS_Store
@@ -9,8 +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