10 lines
243 B
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"
|
|
}
|