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

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

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

# Git
.git/
.gitignore

# GitHub workflows (keep for build context)
.github/

# Build artifacts (will be rebuilt in container)
build/
dist/
coverage/
.nyc_output

# Documentation (not needed in runtime image)
*.md
docs/
LICENSE
internal/

# Test files
tests/
test-*.sh
*.test.js
*.spec.js

# OS files
.DS_Store
.DS_Store?
._*
Thumbs.db

# Logs
*.log

# Docker files (avoid recursive builds)
Dockerfile*
docker-compose*.yml
.dockerignore

# Temporary files
tmp/
temp/
*.tmp
