# Ignore Hugo local binary and archives to avoid large files in repo hugo-bin/hugo hugo-bin/hugo.exe hugo-bin/hugo.tar.gz hugo-bin/*.zip # Node build artifacts hugo/node_modules/ hugo/.hugo_build.lock hugo/resources/_gen/ hugo/.wrangler/ # Hugo build output (do not track generated site) hugo/public/ hugo/public-dev/ hugo/public-test/ public/ # Node dependencies and build files node_modules/ hugo/node_modules/ hugo/resources/_gen/ hugo/static/_preview/ # Python caches __pycache__/ *.pyc .pytest_cache/ # macOS metadata .DS_Store # Generated HTML / pipeline outputs output_html/ incremental_output_html/ scripts/storage/output_html_json/ scripts/artifacts/ scripts/target/ scripts/test_upload_50/ scripts/raw_data/ # Local logs and PIDs *.log *.pid # Historical execution dumps / local-only working lists (not for external collaborators) access_log.txt route.txt anchor_mpn_list*.txt digikey_*.json check_errors.log .trae.json builder/data/ docs/ scripts/archive/ scripts/digikey_search/ scripts/storage/*.sql scripts/storage/*.xml scripts/storage/*_failed.log scripts/storage/sql_batches/ scripts/storage/SITEMAP_REPORT.md