about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--.vscode/settings.json4
2 files changed, 1 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index c18dd8d..38da6d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 __pycache__/
+.vscode/
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 86ab3eb..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-    "python.linting.mypyEnabled": true,
-    "python.linting.enabled": true
-}
\ No newline at end of file