X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3e60f6d454616a795acb1e3e2b43efa979de4f46..f7917453c99f8183ffd0397affcccb2c37594771:/.gitignore diff --git a/.gitignore b/.gitignore index 1c8d77c..249499b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,26 @@ +.venv .coverage +.coverage.* _build .DS_Store .vscode docs/_static/pypi.svg .tox __pycache__ + +# Packaging artifacts black.egg-info +black.dist-info build/ dist/ pip-wheel-metadata/ -_black_version.py -.idea .eggs + +src/_black_version.py +.idea + .dmypy.json +*.swp +.hypothesis/ +venv/ +.ipynb_checkpoints/