Spaces:
Running
Running
Jatin Mehra
commited on
Commit
·
ff4330b
1
Parent(s):
02173dc
Update .gitignore to include .venv, .csv, and .json files
Browse files- .gitignore +3 -1
.gitignore
CHANGED
@@ -3,4 +3,6 @@ __pycache__/
|
|
3 |
*.pkl
|
4 |
.env
|
5 |
*.pdf
|
6 |
-
.venv/
|
|
|
|
|
|
3 |
*.pkl
|
4 |
.env
|
5 |
*.pdf
|
6 |
+
.venv/
|
7 |
+
*.csv
|
8 |
+
*.json
|