# Per-install bootstrap artifacts - each machine bootstraps its own; never commit
**/catalog.json
**/catalog_index.md

# Build outputs
**/out/
**/container/

# Eval harness run outputs (regenerable)
eval/report/

# Python bytecode
**/__pycache__/
*.pyc

# Preserved agent build-output snapshots (regenerable; reference_tranche/ curriculum IS tracked)
eval/strategies/*.sqx
eval/strategies/*.str

# built distributables (regenerable: git archive --format=zip --prefix=sqx-strategy-plugin/ -o out.zip HEAD)
dist/
