| { | |
| "python.defaultInterpreterPath": "./venv/bin/python", | |
| "python.terminal.activateEnvironment": true, | |
| "files.exclude": { | |
| "**/__pycache__": true, | |
| "**/*.pyc": true | |
| }, | |
| "html.autoClosingTags": false | |
| } |
| { | |
| "python.defaultInterpreterPath": "./venv/bin/python", | |
| "python.terminal.activateEnvironment": true, | |
| "files.exclude": { | |
| "**/__pycache__": true, | |
| "**/*.pyc": true | |
| }, | |
| "html.autoClosingTags": false | |
| } |