X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1f2138f8722ffc3cf44abd933482195a69fae7d8..77d11bb4b4911c91ea97dd43047cf6021d173c65:/.gitignore?ds=sidebyside

diff --git a/.gitignore b/.gitignore
index 73cc19a..f81bce8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
+.venv
 .coverage
+.coverage.*
 _build
 .DS_Store
 .vscode
@@ -8,4 +10,12 @@ __pycache__
 black.egg-info
 build/
 dist/
-pip-wheel-metadata/
\ No newline at end of file
+pip-wheel-metadata/
+src/_black_version.py
+.idea
+.eggs
+.dmypy.json
+*.swp
+.hypothesis/
+venv/
+.ipynb_checkpoints/