# Source files — never publish
src/
*.ts
!*.d.ts

# Build config
tsconfig.json

# Tests
test-*
*.test.*
*.spec.*
__tests__/

# Dev files
.git/
.github/
.vscode/
.env*
*.log
node_modules/
