diff --git a/.gitignore b/.gitignore index a79817df..7ef2b5d3 100644 --- a/.gitignore +++ b/.gitignore @@ -16,12 +16,25 @@ docs/_build/ # User generated debris *.swp *.log + +# User generated debris (3D) +*.stp +*.STP *.step *.STEP *.stl -*.svg -*.dxf *.3mf +*.brep +*.gltf +*.bin +*.glb + +# User generated debris (2D) +*.dxf +*.jpeg +*.jpg +*.png +*.svg #mypy cache .mypy_cache