# Source and tests
/src/
/tests/
*.ts
/tsconfig.json

# Git and docs
/.gitignore
/docs/
/.git/
/.github/

# Build artifacts
# Keep /dist/ included for npm publish.

# Dependencies
/node_modules/

# Coverage
/coverage/

# Temporary
/tmp/
/temp/

# Local tooling
/.claude/
/.gemini/
/.opencode/
/.mcp.json

# Project notes
/spunti.md
/tasks/
