# Source files (only ship compiled)
src/
tsconfig.json

# Tests
tests/
*.test.ts
*.test.js

# Build artifacts
build/
*.node
*.o
*.obj

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

# Documentation (keep README)
docs/

# Git
.git/
.gitignore

# CI/CD
.github/
.gitlab-ci.yml

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