{
  "include": [
    "."
  ],
  "exclude": [
    "**/.git",
    "**/.gradio",
    "**/__pycache__",
    "**/browse",
    "**/cached_data",
    "**/checkpoints",
    "**/dbg",
    "**/dbg_*",
    "**/logs",
    "**/logs_*",
    "**/nemo_experiments",
    "**/node_modules",
    "**/output",
    "**/out",
    "**/out_*",
    "**/static",
    "**/val_tmp",
    "**/visuals",
    "**/wandb"
  ],
  "reportMissingImports": true,
  "typeCheckingMode": "off",
  "reportUnknownArgumentType": false,
  "reportUnknownParameterType": false,
  "reportUnknownVariableType": false,
  "reportUndefinedVariable": false
}
