X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/407052724fa1c97ee8bcd4e96de650def00be03e..1e0ec543ff3a7de715c8ee3359c8defb2c2c0e0d:/.gitignore diff --git a/.gitignore b/.gitignore index 3207e72..249499b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +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/