.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] # The local flow store (its own git repository) and the encrypted secrets file. /backend/flow-data/ # Output of `make verify` (root Makefile). /frontend/screenshots/ *.tsbuildinfo # Emitted next to the source when the composite tsconfig.node.json is built # (`tsc -b`). Nothing consumes them, and vite picks a vite.config.js ahead of # the .ts source — so a committed copy would silently shadow the real config. /frontend/vite.config.js /frontend/vite.config.d.ts # Output of `make docs` (the zensical build of docs/). /site/