# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Test coverage
.coverage
coverage.xml

# model files
**/*.stl
**/*.3mf
**/*.obj
**/*.dict 
**/*.dict64 
**/*.glb
**/*.gltf
**/*.stl_ascii
**/*.ply
**/*.off
**/*.xyz


# documetation build
site/

# temp files
tmp/
