diff --git a/.gitignore b/.gitignore index da46ef7e..724651da 100644 --- a/.gitignore +++ b/.gitignore @@ -162,4 +162,5 @@ typings/ .env # next.js build output -.next \ No newline at end of file +.next +.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 1337f536..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.pythonPath": "${workspaceFolder}\\venv\\Scripts\\python.exe" -} \ No newline at end of file