# Node modules
node_modules/
npm-debug.log
yarn-error.log

# Environment files (will be passed via docker-compose)
.env
.env.local
.env.*.local

# Git
.git/
.gitignore
.gitattributes

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

# OS
.DS_Store
Thumbs.db

# Logs
logs/
*.log

# Temporary files
temp/
tmp/
*.tmp

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

# Documentation
*.md
!README.md
docs/

# Docker
Dockerfile
docker-compose.yml
.dockerignore

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

# Build artifacts
dist/
build/

# Archive files
*.tar
*.tar.gz
*.zip

# Misc
coverage/
.nyc_output/
