From 4fcb30ca421b627663b29f4826a7a799c008d70c Mon Sep 17 00:00:00 2001 From: Laurent FAINSIN Date: Thu, 3 Aug 2023 15:33:13 +0200 Subject: [PATCH] ignore checkpoints and data folders --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6440e67..231df5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +data +checkpoints + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]