From f821e162f66e55e8de25c4a4eb034101eb8f191c Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 25 Aug 2024 22:15:48 +0100 Subject: [PATCH] Clean up --- .gitignore | 2 ++ .vscode/settings.json | 3 ++- {data => assets}/IMG_3566.JPG | Bin 3 files changed, 4 insertions(+), 1 deletion(-) rename {data => assets}/IMG_3566.JPG (100%) diff --git a/.gitignore b/.gitignore index 249f81b..39a79e1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ runs* *.log saved_models* train.py +data +bulk diff --git a/.vscode/settings.json b/.vscode/settings.json index 94b1576..182f000 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,7 @@ { "files.exclude": { - "**/__pycache__": true + "**/__pycache__": true, + "data": true }, "editor.formatOnSave": true, "notebook.formatOnCellExecution": true, diff --git a/data/IMG_3566.JPG b/assets/IMG_3566.JPG similarity index 100% rename from data/IMG_3566.JPG rename to assets/IMG_3566.JPG