.vscode/*
!.vscode/extensions.json
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/

# Generated locally by the workspace root's scripts/setup.sh; never committed.
.env
secrets/

__pycache__/
*.py[cod]

# Rendered pipeline graphs (matplotlib output from backend/app/flow).
pipeline.png

# Output of `make verify` (root Makefile).
/frontend/screenshots/
