X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5938106ac4932cb9015122352c87e2f1daba55e8..c1c2418368cfcaa4f49edd7ec599fa45cce2d47d:/.gitignore diff --git a/.gitignore b/.gitignore index c307eab..f487d96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.venv .coverage _build .DS_Store @@ -9,5 +10,10 @@ black.egg-info build/ dist/ pip-wheel-metadata/ -_version.py -.idea \ No newline at end of file +src/_black_version.py +.idea +.eggs +.dmypy.json +*.swp +.hypothesis/ +venv/ \ No newline at end of file