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