omega/.vscode/settings.json
2025-04-05 21:53:58 +02:00

7 lines
111 B
JSON

{
"files.exclude": {
"**/__pycache__": true
},
"python.defaultInterpreterPath": "./.venv/bin/python"
}