diff --git a/.gitignore b/.gitignore index 0e4b4df..2507414 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ __* env +build +dist \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 6bd93e6..86c22d3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "python.pythonPath": "env/bin/python" + "python.pythonPath": "backend/env/bin/python" } \ No newline at end of file