From b5565d2c8267775ea578afe83b0754b0b9b7cf8f Mon Sep 17 00:00:00 2001 From: David Ford <2772469+david-ford@users.noreply.github.com> Date: Tue, 30 Aug 2022 19:29:26 -0500 Subject: [PATCH] Update .gitignore (#225) Include log folders in git ignore. --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ffdc22fed4..5c5c30cd63 100644 --- a/.gitignore +++ b/.gitignore @@ -173,6 +173,11 @@ cython_debug/ #.idea/ src -logs/ **/__pycache__/ outputs + +# Logs and associated folders +# created from generated embeddings. +logs +testtube +checkpoints \ No newline at end of file