This commit is contained in:
vincent 2019-04-24 14:36:38 +02:00
parent 23311ab579
commit 8aea0359f4
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
__*
env
build
dist

View File

@ -1,3 +1,3 @@
{
"python.pythonPath": "env/bin/python"
"python.pythonPath": "backend/env/bin/python"
}