X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2082a325fdd14f0aabd88f7f12a20f9fb085c538..c1c2418368cfcaa4f49edd7ec599fa45cce2d47d:/.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