# Source files
src/
tests/

# Config files
.eslintrc.*
.prettierrc.*
.editorconfig
tsconfig.json
*.config.js

# Development files
*.log
*.pid
*.seed
*.pid.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Coverage
coverage/
.nyc_output/

# Documentation source
docs/

# Build artifacts (keep dist/)
*.tsbuildinfo

# Git
.git/
.gitignore
.github/

# Development documents
IMPLEMENTATION_PLAN.md
BUG_REPORT.md
TODO.md
NOTES.md

# Examples
examples/
sample-projects/