From 40422aee74f2bc5fb140364470d048e0d22dc0a6 Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Wed, 20 Sep 2023 08:37:23 +0200 Subject: [PATCH] Add wandb and latex auto folder to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d1fc6e7..2e9fac4 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,7 @@ plantsdata/ images/ dataset*/ +wandb/ *.ptl venv/ @@ -96,3 +97,5 @@ MANIFEST *.bcf *.glg *.run.xml + +auto/ \ No newline at end of file