mirror of
https://github.com/zvx-echo6/recon.git
synced 2026-05-20 22:54:46 +02:00
- 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>
30 lines
240 B
Text
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
|