- background.js: chrome.downloads via page session (no CSP/base64) - content.js: fast-fail on Flow error banner, image vs video timeouts, autoStart - local_server_example.py: /enqueue + /save, downloads/ output, resume-skip - launch.sh: idempotent server-up + caffeinate + single-tab focus - install.sh + plist: self-healing agent every 10 min (TCC-safe App Support copy) - flowclient.py: enqueue/wait_for helper for game projects - README: full setup + macOS TCC gotcha Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
15 lines
235 B
Plaintext
15 lines
235 B
Plaintext
# python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# local runtime output (harvested URLs + downloaded assets)
|
|
results.jsonl
|
|
downloads/
|
|
|
|
# saved SPA pages can embed auth tokens / cookies — never commit
|
|
Google Flow*.html
|
|
flow_live.html
|
|
*_files/
|
|
|
|
.DS_Store
|