File size: 231 Bytes
622a0b7 | 1 2 3 4 5 6 7 8 9 | {
"python.defaultInterpreterPath": "./venv/bin/python",
"python.terminal.activateEnvironment": true,
"files.exclude": {
"**/__pycache__": true,
"**/*.pyc": true
},
"html.autoClosingTags": false
} |