From cb3c3588f246ebc4bb13dc584055d90668ed21b6 Mon Sep 17 00:00:00 2001 From: Filip Stefaniuk Date: Fri, 6 Sep 2024 11:19:56 +0200 Subject: [PATCH] update gitignore --- .gitignore | 7 ++++++- data/.gitignore | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3919868..7e9db7c 100644 --- a/.gitignore +++ b/.gitignore @@ -192,4 +192,9 @@ pyrightconfig.json .history .ionide -# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode + +wandb/ +artifacts/ +lightning_logs/ +wne-masters-thesis-testing/ \ No newline at end of file diff --git a/data/.gitignore b/data/.gitignore index e69de29..f59ec20 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -0,0 +1 @@ +* \ No newline at end of file