Files
pythonocc-step-editor/.gitignore
T

27 lines
224 B
Plaintext

__pycache__/
*.py[cod]
*.pyo
.env
.venv/
venv/
.pytest_cache/
.coverage
htmlcov/
build/
dist/
*.egg-info/
*_edited.step
*_export.step
*_diff_*.txt
*_operation_history.json
*.log
assets/screenshots/
.DS_Store
Thumbs.db