diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-02-26 02:50:33 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-02-26 02:50:33 +0200 |
commit | 6fe8a3228e3170600b68d9b19e3b8f07e51222fe (patch) | |
tree | a648ce29c376aa32f3ace8f18b967ca3d5ea4b55 /.gitignore | |
parent | 4f51d2b619b5cd359ad853494cb826aa5e29495e (diff) |
massive changes in the pipeline and ease of use
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,9 @@ ### custom ignores here -Images/* -images.npy +weights/*.pth +Images/personal/ +Output/*.png +*.npy +todo # Byte-compiled / optimized / DLL files __pycache__/ |