# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/

# Build artifacts
dist/
build/

# Generated geometry
*.step
*.stp
*.stl
*.3mf

# OS
.DS_Store
