diff --git a/.gitignore b/.gitignore index e09ff20..8df82ed 100644 --- a/.gitignore +++ b/.gitignore @@ -131,5 +131,8 @@ dmypy.json # PyCharm Files .idea/ +# VSCode +.vscode/ + #lmao mac .DS_Store diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e4132bb..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.pythonPath": "skool/bin/python3" -} \ No newline at end of file