recon/.gitignore
Matt 563c16bb71 Initial commit: RECON codebase baseline
Current state of the pipeline code as of 2026-04-14 (Phase 1 scaffolding complete).
Config has new_pipeline.enabled=false and crawler.sites=[] per refactor plan.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-14 14:57:23 +00:00

26 lines
178 B
Text

# Python
venv/
__pycache__/
*.pyc
*.pyo
# Secrets
.env
# Runtime data
data/
logs/
pipeline.log
recon.db
# Backups
*.bak
*.bak-*
*.bak.*
*.bak2.*
# Junk
-.png
# OS
.DS_Store