{
  "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
  "dictionaries": [
    "bash",
    "coding-compound-terms",
    "css",
    "docker",
    "fonts",
    "fullstack",
    "git",
    "google",
    "html",
    "html-symbol-entities",
    "k8s",
    "lorem-ipsum",
    "networking-terms",
    "node",
    "npm",
    "shellscript",
    "software-terms-alternatives",
    "sql",
    "typescript",
    "web-services"
  ],
  "ignorePaths": [
    "**/dist/**",
    "**/generated/**",
    "**/node_modules/**",
    "**/out/**",
    "**/*.tsbuildinfo",
    ".agents/skills/**",
    ".vscode/**",
    "cspell.json",
    "package-lock.json",
    "pnpm-lock.yaml",
    "skills-lock.json"
  ],
  "ignoreRandomStrings": true,
  "ignoreWords": ["ianvs"],
  "language": "en,en-US,en-GB",
  "words": []
}
