From 1268316069d975154b19734e1f727f095dada096 Mon Sep 17 00:00:00 2001 From: Cyrus Nouroozi Date: Tue, 10 Dec 2024 15:36:18 -0600 Subject: [PATCH] Ignore testing outputs --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 159278a98..575334176 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,8 @@ /examples/nli/scone/compiled_program.dspy /examples/qa/hotpot/compiled_program.dspy /ScoNe/ +testing/outputs/ +testing/playbook.ipynb # Byte-compiled / optimized / DLL files __pycache__/ @@ -58,4 +60,4 @@ assertion.log .mypy_cache dummy.csv docs/docs/**/*.json* -*.index \ No newline at end of file +*.index