Spaces:
Running
Running
Commit
·
1add4c0
1
Parent(s):
a1c8685
editing the gitignore file
Browse files- .gitignore +5 -2
.gitignore
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
.env
|
2 |
-
|
3 |
-
venv
|
|
|
|
|
|
|
|
1 |
.env
|
2 |
+
*.ipynb
|
3 |
+
venv
|
4 |
+
*.csv
|
5 |
+
*.json
|
6 |
+
*.jsonl
|