## Goal Keep private or sensitive pack archives out of normal commits and public release bundles. ## Suggested files - `.gitignore` - `core/infra/packs.py` - `tests/test_packs_smoke.py` ## Acceptance criteria - [ ] Test or docs cover a fake sensitive pack archive under `dist/packs/`. - [ ] Expected behavior is clear: keep it local, do not commit it. - [ ] Existing pack smoke tests pass.
Goal
Keep private or sensitive pack archives out of normal commits and public release bundles.
Suggested files
.gitignorecore/infra/packs.pytests/test_packs_smoke.pyAcceptance criteria
dist/packs/.