9 lines
122 B
JSON
9 lines
122 B
JSON
{
|
|
"exclude": [
|
|
"**/node_modules",
|
|
"**/__pycache__",
|
|
"**/build/lib",
|
|
"**/venv"
|
|
]
|
|
}
|