15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
# Keep the build context lean. The .step samples ARE needed (smoke test runs
|
|
# them), but their generated outputs and caches are not.
|
|
**/__pycache__/
|
|
**/*.pyc
|
|
.DS_Store
|
|
**/.DS_Store
|
|
.claude/
|
|
.git/
|
|
_phase0_out/
|
|
|
|
# Pre-generated sample outputs — regenerated by the smoke test, no need to bake in.
|
|
skill.src/*.png
|
|
skill.src/*.csv
|
|
skill.src/*_bom.xlsx
|