X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2f0a1852a913c707bae9ccb1007da0ccf3c03988..1bedc176d19f0e71c24149c696c5a2a71f21e941:/.gitignore diff --git a/.gitignore b/.gitignore index db9fa44..f487d96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.venv .coverage _build .DS_Store @@ -8,4 +9,11 @@ __pycache__ black.egg-info build/ dist/ -pyproject.lock +pip-wheel-metadata/ +src/_black_version.py +.idea +.eggs +.dmypy.json +*.swp +.hypothesis/ +venv/ \ No newline at end of file