X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ea9fefb359b86208ad20c944c3c420e6c3fb2c5e..6e3677f3f0c0542f858f7fc06d20cca5fab59348:/.gitignore?ds=sidebyside 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/