Upload sync.py with huggingface_hub
Browse files
sync.py
CHANGED
|
@@ -99,7 +99,7 @@ def push_to_dataset():
|
|
| 99 |
repo_id=REPO_ID,
|
| 100 |
repo_type="dataset",
|
| 101 |
token=TOKEN,
|
| 102 |
-
ignore_patterns=["node_modules", "
|
| 103 |
)
|
| 104 |
|
| 105 |
# 4. Rebuild local deletion cache
|
|
|
|
| 99 |
repo_id=REPO_ID,
|
| 100 |
repo_type="dataset",
|
| 101 |
token=TOKEN,
|
| 102 |
+
ignore_patterns=["**/node_modules/**", "node_modules/**", "node_modules", "**/*.log"]
|
| 103 |
)
|
| 104 |
|
| 105 |
# 4. Rebuild local deletion cache
|