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

# Build config
tsconfig.json
tsconfig.*.json

# Development
node_modules/
.git/
.github/
.gitignore
tests/
examples/
*.test.js
*.test.ts
*.spec.js
*.spec.ts

# Logs and temp files
*.log
*.tmp
.DS_Store
.cache/
*.tsbuildinfo

# CI/CD
.travis.yml
.gitlab-ci.yml
azure-pipelines.yml
.circleci/

# Documentation (keep README.md)
docs/
*.md
!README.md

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