X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/cb67a322423cb2b4bcfb2faa68fb769326741d6a..1f7e73506c8b8c37d72becad5c9d8f1ab61644e1:/.gitignore diff --git a/.gitignore b/.gitignore index a34e51e..30225ec 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/