# Repo-wide patterns only — service-specific ignores live in osint/.gitignore and data/.gitignore
__pycache__/
*.pyc
.DS_Store
.venv/
*.egg-info/
build/
dist/
.pytest_cache/
.firecrawl/

# Agent-harness local state (skills installs, local permission settings)
.claude/
.agents/
.codex/
TODO.md
TODOS.md

# Local working PRDs (matches TODOS.md rule)
PRD-*.md
