7 lines
111 B
JSON
7 lines
111 B
JSON
{
|
|
"files.exclude": {
|
|
"**/__pycache__": true
|
|
},
|
|
"python.defaultInterpreterPath": "./.venv/bin/python"
|
|
}
|
|
|