Commit ·
bbd0647
1
Parent(s): 60ccd0b
Remove cache models, add to gitignore
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -4,3 +4,4 @@ __pycache__/
|
|
| 4 |
venv/
|
| 5 |
*.h5
|
| 6 |
*.pkl
|
|
|
|
|
|
| 4 |
venv/
|
| 5 |
*.h5
|
| 6 |
*.pkl
|
| 7 |
+
app/cache/
|