diff --git a/.vscode/settings.json b/.vscode/settings.json index 1550b07..fcf0d97 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,5 +10,10 @@ "lastrowid", "rtype", "flasgger" - ] + ], + "files.exclude": { + "**/__pycache__/**": true, + }, + "editor.tabSize": 4, + "editor.insertSpaces": true, } \ No newline at end of file