jhj0517
commited on
Commit
·
75884c8
1
Parent(s):
2837c6e
Add gitignore
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -4,6 +4,7 @@ models/
|
|
| 4 |
outputs/
|
| 5 |
*.png
|
| 6 |
*.jpg
|
|
|
|
| 7 |
**/__pycache__
|
| 8 |
|
| 9 |
**/.pytest_cache
|
|
|
|
| 4 |
outputs/
|
| 5 |
*.png
|
| 6 |
*.jpg
|
| 7 |
+
*.jpeg
|
| 8 |
**/__pycache__
|
| 9 |
|
| 10 |
**/.pytest_cache
|