8 lines
137 B
JSON
8 lines
137 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.env": true,
|
|
"**/__pycache__": true,
|
|
"**/.ipynb_checkpoints": true,
|
|
"**/.cache": true
|
|
}
|
|
}
|