mirror of
https://github.com/zvx-echo6/recon.git
synced 2026-05-20 14:44:54 +02:00
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>
26 lines
178 B
Text
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
|