summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 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
+