# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build outputs
dist/
build/

# Development files
.env.local
.env.development.local
.env.test.local
.env.production.local

# IDE files
.vscode/
.idea/
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db

# Git
.git/
.gitignore

# Docker
Dockerfile*
docker-compose*.yml
docker-run.sh

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

# Testing
coverage/
test-results/

# Logs
logs/
*.log

# Documentation
README.md
CLAUDE.md
docs/
