mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 13:59:40 +00:00
README: Version metadata section (schema, fields, backfill CLI) WIP/HISTORY: Session 164 entry covering all 8 plan tasks + the 3 discoveries fixed mid-execution .gitignore: metablog-backfill-report.json, log Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
81 lines
1.5 KiB
Plaintext
81 lines
1.5 KiB
Plaintext
.venv/
|
|
.env
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
output/
|
|
*.img
|
|
*.img.gz
|
|
*.vdi
|
|
*.deb
|
|
*.changes
|
|
*.buildinfo
|
|
*.dsc
|
|
packages/*/*.egg-info/
|
|
.pytest_cache/
|
|
|
|
# Debian build artifacts
|
|
packages/*/debian/.debhelper/
|
|
packages/*/debian/debhelper-build-stamp
|
|
packages/*/debian/files
|
|
packages/*/debian/*.substvars
|
|
packages/*/debian/*.postrm.debhelper
|
|
packages/*/debian/secubox-*/
|
|
daemon/build/
|
|
|
|
# Local APT cache/repo (build artifacts)
|
|
cache/repo/
|
|
|
|
# Node.js
|
|
node_modules/
|
|
dist/
|
|
*.log
|
|
.npm/
|
|
|
|
# IDE
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.wiki/
|
|
*.egg-info/
|
|
|
|
# Tow-Boot (Nix build artifacts)
|
|
tools/Tow-Boot/result
|
|
tools/Tow-Boot/output/
|
|
|
|
# Kernel build (ignore outputs, keep docs and patches)
|
|
kernel-build/*
|
|
!kernel-build/README.md
|
|
!kernel-build/patches/
|
|
!kernel-build/build-kernel.sh
|
|
backups/*.img.xz
|
|
|
|
# APT staging artifacts (regenerated by scripts/stage-apt-repo.sh)
|
|
/output/repo/db/
|
|
/output/repo/pool/
|
|
/output/repo/dists/
|
|
/output/repo/gpg/
|
|
/output/repo/conf/
|
|
/output/test-chroot/
|
|
/output/manifests/
|
|
/output/chroot-update.log
|
|
/output/build.log
|
|
|
|
# MetaBlogizer ingest artifacts (regenerated each run)
|
|
/output/ingest-report.json
|
|
/output/ingest-full.log
|
|
/output/ingest-full-run.out
|
|
/output/broken-repos.txt
|
|
/output/test-ingest-*/
|
|
|
|
# Streamlit ingest artifacts (regenerated each run)
|
|
/output/streamlit-ingest-report.json
|
|
/output/streamlit-ingest.log
|
|
/output/streamlit-ingest-full.out
|
|
/output/broken-streamlit-repos.txt
|
|
|
|
# MetaBlogizer site backfill artifacts (regenerated each run)
|
|
/output/metablog-backfill-report.json
|
|
/output/metablog-backfill.log
|