{
"guard.excludeDirs": [
"node_modules",
".next",
".git",
"dist",
"build",
"out",
".turbo",
".cache",
"coverage",
"__pycache__",
".venv",
"venv"
]
}