X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6243540ae739e323c936769f6f4ace0272707405..4b7b5ed5b8630a906e2ef3a405134131651a251e:/.gitignore?ds=sidebyside diff --git a/.gitignore b/.gitignore index a7965852..f487d96c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,19 @@ +.venv .coverage _build .DS_Store .vscode 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