# Source files
src/
tsconfig.json

# Development files
.git/
.gitignore
.vscode/
.idea/
*.swp
*.swo
*~

# Build artifacts (keep dist/ but ignore build info)
*.tsbuildinfo

# Environment files
.env
.env.local
.env.*.local

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Testing
coverage/
.nyc_output/

# OS files
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.temp

# Lock files (optional - some prefer to include them)
# pnpm-lock.yaml

