Yazh-7z7 commited on
Commit
61f4461
·
1 Parent(s): 6afb28c

chore: secure .env in gitignore and add Hugging Face API key

Browse files
Files changed (1) hide show
  1. .dockerignore +8 -0
.dockerignore ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ .env
2
+ __pycache__
3
+ *.pyc
4
+ .venv
5
+ models/
6
+ judgements_extracted/
7
+ legal_db/
8
+ constitution_db/