X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2f0a1852a913c707bae9ccb1007da0ccf3c03988..93c10bf9ebccf8d7cc686b0b9579f2e5e41c5328:/.gitignore diff --git a/.gitignore b/.gitignore index db9fa44..da7328c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ +.venv .coverage +.coverage.* _build .DS_Store .vscode @@ -8,4 +10,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