# MCPTesta Docs Docker Ignore # Optimize Docker builds by excluding unnecessary files # Node.js node_modules npm-debug.log* yarn-debug.log* yarn-error.log* .npm # Build outputs dist/ build/ .astro/ # Development files .env .env.local .env.development.local .env.test.local .env.production.local # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Git .git/ .gitignore # Documentation files (not needed in container) README.md STRUCTURE.md *.md # Test files test/ tests/ **/*.test.js **/*.spec.js # Coverage reports coverage/ .nyc_output/ # Logs logs/ *.log # Runtime data pids/ *.pid *.seed *.pid.lock # Temporary files tmp/ temp/