Spaces:
Sleeping
Sleeping
Matt Carroll
commited on
Commit
·
885879f
1
Parent(s):
61c3e17
Git ignore the data files because git LFS refuses to work.
Browse files- .gitignore +5 -0
.gitignore
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
__pycache__/
|
2 |
.chainlit
|
3 |
.files
|
|
|
1 |
+
# I'd like to commit these, but GIT LFS refuses to work, so I'm ignoring them.
|
2 |
+
data/imdb.csv
|
3 |
+
data/week2-movies/index.faiss
|
4 |
+
data/week2-movies/index.pkl
|
5 |
+
|
6 |
__pycache__/
|
7 |
.chainlit
|
8 |
.files
|