summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2aac988c..2771f6b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,6 +60,7 @@ atlassian-ide-plugin.xml
*.swp
*.kate-swp
.ropeproject/
+.vscode
# pip
pip-selfcheck.json
@@ -67,3 +68,6 @@ pip-selfcheck.json
# Python3 Venv Files
.venv/
pyvenv.cfg
+
+# mypy
+.mypy_cache