# ─── Secrets and user data — NEVER commit these ─────────────────────────────
.env
.env.local
.env.*.local
.license.json
state.json
outreach_log.txt
*.log
.last_search.json
learned_patterns.json
post_queue.json
knowledge_base.json
icp_settings.json
.stop_signal

# Personal reports and run logs
daily_report_*.md
daily_run_*.md
daily_run_report_*.md
run-log-*.md
run-report_*.md
run_report_*.md

# Old-style config file (kept ignored for backwards compatibility)
config.local.py

# LinkedIn browser session (contains login cookies)
linkedin_profile/

# macOS LaunchAgent (generated by install_autostart.sh — not shared)
com.outreachpilot.server.plist

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.venv/
venv/
env/

# Tests and scratch
test_*.py
debug_*.py

# Runtime / generated files
.scheduler_fired.json
video_settings.json
ziBTUVcL

# Disabled LaunchAgents (moved here during maintenance)
disabled_plists/

# All LaunchAgent plists (contain local paths, not shareable)
*.plist

# macOS
.DS_Store

# Node (used for guide generator)
node_modules/
.wrangler/
worker/.wrangler/

# Distribution zips (too large for GitHub, except the deployable download)
*.zip
!landing/influentia.zip

# Wrangler platform marker
node_modules/.install-platform
