# Source files (only dist is published)
src/
tsconfig.build.json
tsconfig.json

# Test files
test/
tests/
**/*.test.ts
**/*.spec.ts
vitest.config.*
**/__tests__/**

# Examples (not needed for production, but keep them accessible)
# examples/

# Dev configs
.eslintrc*
.prettierrc*
biome.json

# Environment files
.env
.env.*
!.env.example

# IDE and editor
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Build outputs (only dist is needed)
*.tsbuildinfo
coverage/
.nyc_output/

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Local research output (user-specific)
research-output/
