great-ai/docs/great_ai_example-main/.vscode/settings.json

10 lines
243 B
JSON

{
"files.exclude": {
"**/__pycache__": true,
"**/.ipynb_checkpoints": true,
"**/.mypy_cache": true,
"**/.pytest_cache": true
},
"notebook.output.textLineLimit": 400,
"python.defaultInterpreterPath": ".env/bin/python"
}