# Source files
src/
tests/
*.ts
!*.d.ts

# Development configuration
.eslintrc.js
.prettierrc
jest.config.js
tsconfig.json

# Test and development files
test-*.ts
test-*.js
examples/

# Documentation (keep only README)
TESTING_WORKBENCH.md
CHANGELOG.md

# Build artifacts
*.tsbuildinfo
.nyc_output/
coverage/

# Dependencies
node_modules/

# Environment
.env
.env.*

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

# OS
.DS_Store
Thumbs.db

# Git
.git
.gitignore

# CI/CD
.github/
