From a8fdaa9583b750dfe90fa3d2f662ca7b97115a85 Mon Sep 17 00:00:00 2001 From: mckay Date: Tue, 19 Nov 2024 02:07:20 +0800 Subject: [PATCH] fix: ignore wandb files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ef01995..a831dca 100644 --- a/.gitignore +++ b/.gitignore @@ -168,4 +168,5 @@ cython_debug/ *.npz *.step test_data/ -logs/ \ No newline at end of file +logs/ +wandb/ \ No newline at end of file