recon/.gitignore
Matt f0b160ef7c Extract _full_zim_cleanup helper, add SIGHUP + scrape_jobs cleanup
- Extract shared _full_zim_cleanup(source_id) from api_kiwix_remove
- Add SIGHUP to kiwix-serve after kiwix-manage remove
- Delete linked scrape_jobs rows during ZIM removal
- Update api_scraper_delete to do full ZIM cleanup when applicable
- Set chromium_path for single-file browser crawl support
- Add status.db to .gitignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-19 02:28:49 +00:00

30 lines
240 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
# Kiwix binary tools (installed from tarball)
bin/
status.db