{ "python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python", "python.testing.pytestEnabled": true, "python.testing.pytestArgs": [ "tests" ], "editor.formatOnSave": true, "editor.rulers": [ 100 ], "files.exclude": { "**/__pycache__": true, "**/*.pyc": true } }