Browse Source

Add 3D and 2D object formats.

cixo 1 year ago
parent
commit
ef606899e4
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

@@ -1,3 +1,8 @@
+# ---> Object 3D and 2D
+*.stl
+*.dxf
+build/
+
 # ---> Python
 # Byte-compiled / optimized / DLL files
 __pycache__/