# Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Let Docker generate platform-specific lockfile package-lock.json # Build outputs dist/ *.tsbuildinfo # Testing coverage/ .nyc_output/ tests/ # Environment and config .env .env.* *.local # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Git .git/ .gitignore .gitattributes # Documentation (not needed in image) docs/ *.md !README.md # CI/CD .github/ .gitlab-ci.yml # Session and runtime data (mounted as volumes) sessions/ reports/ browser/ # Development files *.log .eslintcache setup/ # Docker files (organized in docker/ folder - no recursion needed) docker/ .dockerignore # Scripts installer (not needed in Docker, but keep docker/ folder) scripts/installer/ scripts/README.md # Asset files (not needed for runtime) assets/ public/