diff options
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__/ |