Jatin Mehra commited on
Commit
ff4330b
·
1 Parent(s): 02173dc

Update .gitignore to include .venv, .csv, and .json files

Browse files
Files changed (1) hide show
  1. .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