# Source files
src/
tsconfig.json

# Tests
*.test.ts
__tests__/

# Development
.vscode/
.idea/

# Git
.git/
.gitignore

# CI/CD
.github/