.DS_Store
.docusaurus
node_modules
node_modules/
pdf-build/
build
.envrc

# editor and IDE paraphernalia
.idea
*.swp
*.swo
*~
.aider*
.env


.temp_patch

# Root AGENTS.md is the shared project guide; CLAUDE.md imports it.
# Personal or machine-local agent overrides stay untracked.
/.local/

# Transpiled JavaScript files (TypeScript sources are tracked)
docusaurus.config.js
sidebars.js
src/**/*.js
# Exception: CodeBlock component is intentionally JavaScript
!src/theme/CodeBlock/index.js
variables/*.js

# Generated by scripts/sync-skill.mjs from skills/*/SKILL.md
static/SKILL.md
static/skills/

# Used by Codex to store temporary artifacts
tmp/
