Spaces:
Runtime error
Runtime error
Commit ·
59bc184
1
Parent(s): 214eb25
Update .gitignore
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -5,6 +5,7 @@ venv/
|
|
| 5 |
static/tmp.jpg
|
| 6 |
redis-stable/*
|
| 7 |
user_data/*
|
|
|
|
| 8 |
*.pyc
|
| 9 |
|
| 10 |
.ipynb_checkpoints
|
|
|
|
| 5 |
static/tmp.jpg
|
| 6 |
redis-stable/*
|
| 7 |
user_data/*
|
| 8 |
+
models/*
|
| 9 |
*.pyc
|
| 10 |
|
| 11 |
.ipynb_checkpoints
|