File size: 156 Bytes
0161e74
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{
  "python.formatting.provider": "black",
  "files.watcherExclude": {
    "**/__pycache__/**": true,
    "**/save/**": true,
    "**/wandb/**": true
  }
}