# Source code
src/
tsconfig.json

# Tests
src/__tests__/

# Development
.eslintrc*
.prettierrc*
vitest.config.*

# CI/CD
.github/

# Dashboard source (dist is included via files field)
dashboard/src/
dashboard/node_modules/
dashboard/index.html
dashboard/package.json
dashboard/package-lock.json
dashboard/vite.config.ts
dashboard/tsconfig.json
dashboard/tailwind.config.*

# Docs
docs/
*.md
!README.md
!CHANGELOG.md
!LICENSE

# Build artifacts
*.tsbuildinfo

# State and config
.aegis/
.env
.env.*

# IDE
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db

# Worktrees
.worktrees/

# Misc
.mcp.json
*.log
*.jsonl
.claude/

# OpenClaw skill (published to ClawhHub, not npm)
skill/
