X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/4b8823e5633b22d13650cad6e06b0330ce9985fc..e42f9921e291790202147c1e3dc1a3df7036c652:/.gitignore diff --git a/.gitignore b/.gitignore index 5d81454..f487d96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +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