From 3128a01950f9245f7220dcabee2ccb10ce5b6447 Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Sun, 5 Jun 2022 20:19:09 -0700 Subject: [PATCH] Add RANSACApp pyinstaller build dirs to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 63c129d..3b1e7ab 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ **/__pycache__/** **/*.pyc *.cfg -RANSACApp/*.json \ No newline at end of file +RANSACApp/*.json +RANSACApp/dist +RANSACApp/build +RANSACApp/pye3d*