Upload folder using huggingface_hub
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
*.jsonl
|
| 2 |
__pycache__/
|
|
|
|
| 3 |
*.pyc
|
| 4 |
.venv/
|
| 5 |
.env
|
|
|
|
| 1 |
*.jsonl
|
| 2 |
__pycache__/
|
| 3 |
+
poetry.lock
|
| 4 |
*.pyc
|
| 5 |
.venv/
|
| 6 |
.env
|