From 1408deff2e1c228c50db16c9e4a1b16811f1151c Mon Sep 17 00:00:00 2001 From: dsm-72 Date: Wed, 7 Jun 2023 11:42:59 -0400 Subject: [PATCH] update gitignore to include conda --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5f112e2..9233b81 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ __pycache__/ .Python env/ build/ +conda/ develop-eggs/ dist/ downloads/