From ec65f098ed716576cd45de5830e645af4bd6d8e4 Mon Sep 17 00:00:00 2001 From: Neelesh Soni Date: Sun, 24 Mar 2024 21:30:45 -0700 Subject: [PATCH] Stop tracking output files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 90ed524..38b902e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ __pycache__ docs/.DS_Store coconut/example/*/*.* *.pyc -*.gpickle \ No newline at end of file +*.gpickle +coconut/src/Models/Plots/*.pdf +coconut/example/pipeline1/*/*.* \ No newline at end of file