flow-extension/.gitignore
type-two 7ae0a73db0 Flow Auto-Pilot: trusted-CDP input driver, local queue server, 91-prompt bank
DOM automation for Google Labs Flow — background worker injects trusted input
via the DevTools Protocol (Flow's editor ignores synthetic events), polls a local
queue, harvests generated asset URLs. Includes the generated game+promo prompt bank.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-05 22:44:10 +10:00

14 lines
204 B
Plaintext

# python
__pycache__/
*.pyc
# local runtime output (harvested URLs)
results.jsonl
# saved SPA pages can embed auth tokens / cookies — never commit
Google Flow*.html
flow_live.html
*_files/
.DS_Store