From cc974285e0eb7c9f9c8a30afdf6c06f3bfdc4401 Mon Sep 17 00:00:00 2001 From: TrefoIV <57830785+TrefoIV@users.noreply.github.com> Date: Wed, 7 Dec 2022 15:01:22 +0100 Subject: [PATCH 1/2] Merge branch 'main' of https://github.com/TrefoIV/fasterrcnn-pytorch-training-pipeline --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a9834f26..78cc6199 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ wandb/* # IPython checkpoints .ipynb_checkpoints + +#VSCode workspace files +*.code-workspace From d0fc7e6dd2bdd006d0d96c6a9af0598d61ba4df9 Mon Sep 17 00:00:00 2001 From: TrefoIV <57830785+TrefoIV@users.noreply.github.com> Date: Thu, 22 Dec 2022 15:25:58 +0100 Subject: [PATCH 2/2] Ignore .vscode folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 78cc6199..d3c4c72f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ wandb/* #VSCode workspace files *.code-workspace +.vscode/