summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
-rwxr-xr-x[-rw-r--r--]test.py0
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 205968a..e43c85a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,10 @@
+# ignore python generated files
*.pyc
__pycached__
+# ignore generated scad files
/*.scad
+# ignore local venv
+/venv
+
diff --git a/test.py b/test.py
index 5a0de45..5a0de45 100644..100755
--- a/test.py
+++ b/test.py