File size: 274 Bytes
2c17839 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
".mypy_cache": true,
"**/__pycache__": true,
"**/*.pyc": true,
},
"files.associations": {
"DELETE": "python",
"GET": "python",
"POST": "python",
"PUT": "python",
}
}
} |