Files
cadSet/SimpleCADAPI/.gitignore
T
2026-07-22 19:38:36 +08:00

28 lines
259 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.env
output/
# Sandbox artifacts
sandbox/
# Generated skills archives
skills/*.tar.gz
.DS_Store
# CAD/export artifacts
*.step
*.stl
examples.py