# Dependencies
node_modules/

# Local tool installs
.formula-tools/
.formula-benchmarks/

# Python
.venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
build/
dist/
pip-wheel-metadata/
rollout-*.jsonl
*.local.md

# Project-local agent installs
.codex
.codex/
.claude/

# Secrets and local data
.env
live-downloads/
.paper-fetch/
.paper-fetch-runs/
figures/.paper-fetch-mcp-cache.json
# Ad-hoc batch debugging output (never referenced by code/tests/docs)
failures/
# Raw fetch artifacts dropped next to documentation figures
figures/*_original.html
figures/*.fetch-envelope.json
problems.md
problems_doc.md
agent-surface-plan.md
docs/pm-dev-overview.local.md
onboarding/onboarding-state.json
legacy/flaresolverr/
todo.md
publisher-provider-todo.md

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
