X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c98a6f134f4b2b831e7e659de0c217c118270a61..e712e48e06420d9240ce95c81acfcf6f11d14c83:/.gitignore?ds=inline

diff --git a/.gitignore b/.gitignore
index 88f07d0..249499b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,26 @@
+.venv
 .coverage
+.coverage.*
 _build
-.DS_Store
\ No newline at end of file
+.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/