mirror of
https://github.com/zvx-echo6/recon.git
synced 2026-05-20 06:34:40 +02:00
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>
This commit is contained in:
commit
563c16bb71
59 changed files with 18327 additions and 0 deletions
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue