X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/cb67a322423cb2b4bcfb2faa68fb769326741d6a..62402a32618bc62ae90cfcdc3d47c7ad20e60e10:/.gitignore diff --git a/.gitignore b/.gitignore index a34e51e..f487d96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.venv .coverage _build .DS_Store @@ -8,3 +9,11 @@ __pycache__ 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