# Build artefacts and local tooling — never into the image. .venv/ __pycache__/ *.pyc .pytest_cache/ .ruff_cache/ frontend/node_modules/ frontend/dist/ static/ openapi.json # Generated inside the build; a stale local copy must not shadow it. frontend/src/api/schema.d.ts tests/