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