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

diff --git a/.gitignore b/.gitignore
index 6350e98..f487d96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,19 @@
+.venv
 .coverage
+_build
+.DS_Store
+.vscode
+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