X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ae5588cf073be10b51dc48ad2fc513e11c4f3e03..06ccb88bf2bd35a4dc5d591bb296b5b299d07323:/.gitignore?ds=sidebyside

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