/ .c8rc.json
.c8rc.json
 1  {
 2    "exclude": [
 3      "workers/**",
 4      "coverage/**",
 5      "tests/**",
 6      "scripts/**",
 7      "node_modules/**",
 8      "dashboard/**",
 9      "docs/**",
10      "data/**",
11      "src/agents/**"
12    ]
13  }