X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e74117f172e29e8a980e2c9de929ad50d3769150..38723bb7787d50f8751fad2eaa48b52c9e94c18d:/.gitignore?ds=sidebyside

diff --git a/.gitignore b/.gitignore
index 6350e98..249499b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +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/