X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1f2138f8722ffc3cf44abd933482195a69fae7d8..a07871b9cd1b5a1469271be6aaac5766f5a0e0fc:/.gitignore diff --git a/.gitignore b/.gitignore index 73cc19a..249499b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +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/ \ No newline at end of file +pip-wheel-metadata/ +.eggs + +src/_black_version.py +.idea + +.dmypy.json +*.swp +.hypothesis/ +venv/ +.ipynb_checkpoints/