explicitly add pydantic
Browse files- .gitignore +1 -5
.gitignore
CHANGED
@@ -2,12 +2,8 @@ __pycache__
|
|
2 |
*.ipynb
|
3 |
*.pdf
|
4 |
*.log
|
|
|
5 |
|
6 |
test_handler_local.py
|
7 |
test_handler.py
|
8 |
test_endpoint.py
|
9 |
-
|
10 |
-
setup
|
11 |
-
upload_to_hf
|
12 |
-
hf_token.py
|
13 |
-
|
|
|
2 |
*.ipynb
|
3 |
*.pdf
|
4 |
*.log
|
5 |
+
.env
|
6 |
|
7 |
test_handler_local.py
|
8 |
test_handler.py
|
9 |
test_endpoint.py
|
|
|
|
|
|
|
|
|
|