X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2082a325fdd14f0aabd88f7f12a20f9fb085c538..92f20d7f8493f9d0f27531f68b776fb435d53d2e:/.gitignore diff --git a/.gitignore b/.gitignore index 509797e..f487d96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.venv .coverage _build .DS_Store @@ -14,3 +15,5 @@ src/_black_version.py .eggs .dmypy.json *.swp +.hypothesis/ +venv/ \ No newline at end of file