# Source (build output is included)
src/
tsconfig.json

# Dev/CI
.claude/
.aidex/
.codegraph/
.github/
coverage/
SampleLangProjects/

# Docs (README is included automatically)
CODEGRAPH-SPEC.md
IMPLEMENTATION-PLAN.md
CODE-REVIEW.md
FUTURE.md
docs/
CHANGELOG.md

# Secrets / Tokens
.*token*
.*_token
futureWork.md

# Internal planning/review docs
PLAN-*.md
REVIEW-*.md
RELEASE-NOTES-*.md
AiDex_Article_English.pdf
docs/MARKETING.md
docs/MARKETING-PLAN.md

# Scripts — exclude all dev/test/forensic/demo helpers, but KEEP the
# postinstall hook (package.json "postinstall" runs it on every `npm install`).
*.bat
scripts/*
!scripts/postinstall.mjs

# Tests (dev only)
tests/

# Logs and tool output
*.log
scripts/forensic-2026-05-22/

# Generated HTML
*.html

# Source maps and declaration maps
*.d.ts.map
*.js.map

# Windows artifacts
nul

# IDE/OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
