---
profile: production

exclude_paths:
  - .cache/ # implicit unless exclude_paths is defined in config
  - .venv/
  - .github/
  - tests/
  - .claude/
  - .specify/ # vendored spec-kit tooling — not collection ansible content
  - .agents/ # vendored agent skills/commands
  - docs/node_modules/
  - "**/node_modules/"

skip_list:
  - args[module]
  - no-handler
  - yaml[key-duplicates]
  - yaml[line-length]

offline: false
