X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8e90e4620496785498730a136e7c3a6bb8b9c893..e7ddcb8686859cf3033b2a5d1a2934426abdae9d:/.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/