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

diff --git a/.gitignore b/.gitignore
index c59b667..f487d96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.venv
 .coverage
 _build
 .DS_Store
@@ -6,3 +7,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