From 89f089f3f748553872fbe141650fe6d75366d406 Mon Sep 17 00:00:00 2001 From: Jorge Menjivar Date: Mon, 27 Jun 2022 22:39:46 -0700 Subject: [PATCH] Ignoring conda dist files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 31cc15c..3500e67 100644 --- a/.gitignore +++ b/.gitignore @@ -131,4 +131,6 @@ dmypy.json # Distribution meta.yaml /dist -build.sh \ No newline at end of file +build.sh +conda_build_config.yaml +/conda_dist \ No newline at end of file