Files
pythonocc-step-editor/.gitignore
T

29 lines
236 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/
教学.txt
.DS_Store
Thumbs.db