Commit
·
2c0e56e
1
Parent(s):
a583b5e
updating gitignore with checkpoint file
Browse files- .gitignore +2 -1
.gitignore
CHANGED
@@ -4,4 +4,5 @@ FER/__pycache__
|
|
4 |
.venv
|
5 |
FER/Images/
|
6 |
TADBot.code-workspace
|
7 |
-
FER\data_preprocessing\__pycache__
|
|
|
|
4 |
.venv
|
5 |
FER/Images/
|
6 |
TADBot.code-workspace
|
7 |
+
FER\data_preprocessing\__pycache__
|
8 |
+
FER/models/checkpoints
|