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

# Demo files
demo/

# Docker files
Dockerfile
docker-compose.yml
.dockerignore

# Development files
.env
.env.*
*.log
.DS_Store

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

# Git files
.git/
.gitignore

# Documentation (will use README from root)
docs/

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

# Coverage
coverage/
.nyc_output/

# Build artifacts
dist/
build/
