# Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # 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) # Note: sessions/ NOT excluded - needed for volume mount in Docker reports/ # Development files *.log .eslintcache setup/ # Docker files - Keep docker/ folder for COPY commands but exclude compose.yaml docker/compose.yaml .dockerignore # Scripts installer (not needed in Docker) scripts/installer/ scripts/README.md # Asset files (not needed for runtime) assets/ public/