From b20fe5738ddd3106a4cefb23fdd88d99f8cff4f2 Mon Sep 17 00:00:00 2001 From: jimmy Date: Sun, 5 Mar 2023 22:35:42 +1300 Subject: [PATCH] Ignore scad and stl files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0c2bcc5..a77322b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .venv -.ipynb_checkpoints \ No newline at end of file +.ipynb_checkpoints +*.stl +*.scad