X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8325f893b4793e123b486e7a341188d1ab5b77d1..07c8812937cf75ac5bc7ceac07ef5ea383f10f2f:/.gitignore diff --git a/.gitignore b/.gitignore index c59b667..f487d96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.venv .coverage _build .DS_Store @@ -6,3 +7,13 @@ docs/_static/pypi.svg .tox __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