williamj949 commited on
Commit
3b5bad3
·
1 Parent(s): 03a4f16

Remove .pkl from .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +1 -1
.gitignore CHANGED
@@ -107,6 +107,7 @@ celerybeat.pid
107
  .bear_classifier_env
108
  env/
109
  venv/
 
110
  ENV/
111
  env.bak/
112
  venv.bak/
@@ -131,7 +132,6 @@ dmypy.json
131
 
132
  # Machine Learning / AI specific
133
  # FastAI models (large files)
134
- *.pkl
135
  *.pth
136
  *.pt
137
  *.h5
 
107
  .bear_classifier_env
108
  env/
109
  venv/
110
+ bear_classifier_env/
111
  ENV/
112
  env.bak/
113
  venv.bak/
 
132
 
133
  # Machine Learning / AI specific
134
  # FastAI models (large files)
 
135
  *.pth
136
  *.pt
137
  *.h5