# Tests - not needed for users
tests/
*.test.ts
*.spec.ts

# Documentation (except README which npm shows)
docs/

# GitHub workflows
.github/

# Development scripts
scripts/

# Development files
todo.md
*.todo
.priv/
.pi/

# Cache directories
.ruff_cache/
.pi-lens/
*.tsbuildinfo

# Config files - not needed for consumers
.gitignore
tsconfig.json
vitest.config.ts

# Dependencies (npm handles this)
node_modules/

# Build artifacts (if any)
dist/
*.log
.DS_Store

# Editor directories
.idea/
.vscode/
*.swp
*.swo
*~
