Hansimov commited on
Commit
f466164
1 Parent(s): 7c3898e

:pencil: [Config] .gitignore and requirements.txt

Browse files
Files changed (2) hide show
  1. .gitignore +2 -0
  2. requirements.txt +3 -0
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ __pycache__
2
+ secrets.json
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ numpy
2
+ tclogger
3
+ transformers