diff --git a/.gitignore b/.gitignore index df81045..d7dbdc4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ .qt_for_python +__pycache__ + +output +build \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json index fe03cf9..b0eabeb 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,11 +5,12 @@ "version": "0.2.0", "configurations": [ { - "name": "Python: Run App", + "name": "Python: Debug App", "type": "python", "request": "launch", - "program": "./src/main.py", + "program": "./main.py", "console": "integratedTerminal", + "cwd": "${workspaceFolder}/src", "pythonArgs": [ "-B", ]