X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5938106ac4932cb9015122352c87e2f1daba55e8..133af572072bf7bc92c23a609773c2ea66e483b7:/.gitignore diff --git a/.gitignore b/.gitignore index c307eab..249499b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +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/ -_version.py -.idea \ No newline at end of file +.eggs + +src/_black_version.py +.idea + +.dmypy.json +*.swp +.hypothesis/ +venv/ +.ipynb_checkpoints/