# Keep the build context lean and secrets out of every image layer. # Unlike .gitignore, patterns here only recurse with a **/ prefix. .venv/ **/__pycache__/ **/*.pyc **/.pytest_cache/ **/.ruff_cache/ **/node_modules/ frontend/dist/ # Generated inside the build; a host copy must never shadow it. frontend/openapi.json frontend/src/api/schema.d.ts # Secrets — never in an image layer .env* *.env