flow-extension/.gitignore
type-two 501431bf59 Flow rinse: browser downloads, fast-fail, autoStart, launcher + self-healing launchd
- 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>
2026-07-06 01:20:32 +10:00

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