diff --git a/.gitignore b/.gitignore index 24d57a8..2f1d8e7 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ coverage.xml docs/_build/ extensions/__pycache__/core.cpython-38.pyc +.vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json index 21824c5..a8d11bc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "python.pythonPath": "env\\Scripts\\python3.8.exe" + "python.pythonPath": "/home/taciturasa/.pyenv/versions/3.8.1/bin/python3.8" } \ No newline at end of file