# Source files
src/
__tests__/
*.test.ts

# Configuration files
tsconfig.json
jest.config.js

# Git and GitHub
.git/
.github/
.gitignore

# Development files
.vscode/
.idea/
*.log
npm-debug.log*

# Test coverage
coverage/

# Documentation (keep README.md)
CONTRIBUTING.md
ARCHITECTURE.md
ROADMAP.md
RELEASE.md
NPM_SETUP.md
test_output.log

# Temporary files
*.tmp
*.swp
*~

