X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8325f893b4793e123b486e7a341188d1ab5b77d1..aa31a117b16ed849710cf13cea5c064839beb29e:/.gitignore?ds=inline

diff --git a/.gitignore b/.gitignore
index c59b667..da7328c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
+.venv
 .coverage
+.coverage.*
 _build
 .DS_Store
 .vscode
@@ -6,3 +8,13 @@ docs/_static/pypi.svg
 .tox
 __pycache__
 black.egg-info
+build/
+dist/
+pip-wheel-metadata/
+src/_black_version.py
+.idea
+.eggs
+.dmypy.json
+*.swp
+.hypothesis/
+venv/
\ No newline at end of file