# Node modules (will be installed in container)
node_modules
npm-debug.log
yarn-debug.log

# Build output (not needed for migrations)
dist
*.tsbuildinfo

# Git
.git
.gitignore
.gitattributes

# Environment files (loaded from S3 in ECS)
.env
.env.*
!.env.example

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

# Testing
coverage
.nyc_output
test
tests
**/*.test.ts
**/*.spec.ts
jest.config.js

# Documentation
*.md
!README.md
docs

# CI/CD
.github

# Docker
Dockerfile*
.dockerignore*

# Logs
logs
*.log

# OS files
.DS_Store
Thumbs.db
.cache

# Backup files
*.bak
*.backup
