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>
14 lines
204 B
Plaintext
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
|