henriquebap commited on
Commit
2bb806a
·
1 Parent(s): de73638

Update .gitignore and requirements.txt for Hugging Face Space deployment

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +2 -1
.gitignore CHANGED
@@ -1,5 +1,6 @@
1
  # Virtual environments
2
  .venv/
 
3
  venv/
4
  env/
5
  ENV/
 
1
  # Virtual environments
2
  .venv/
3
+ .venv311/
4
  venv/
5
  env/
6
  ENV/
requirements.txt CHANGED
@@ -11,4 +11,5 @@ scipy
11
  dotenv
12
  joblib
13
  xgboost
14
- ipykernel
 
 
11
  dotenv
12
  joblib
13
  xgboost
14
+ ipykernel
15
+ lfs