X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6243540ae739e323c936769f6f4ace0272707405..7af3abd38392588ac737bae09f6b15d80fe344b1:/.gitignore

diff --git a/.gitignore b/.gitignore
index a796585..249499b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +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
+
+.dmypy.json
+*.swp
+.hypothesis/
+venv/
+.ipynb_checkpoints/