kacapower commited on
Commit
a1efd54
·
verified ·
1 Parent(s): 7b16ded

Upload sync.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. sync.py +2 -1
sync.py CHANGED
@@ -89,7 +89,8 @@ def push_to_dataset():
89
  path_in_repo="opencode",
90
  repo_id=REPO_ID,
91
  repo_type="dataset",
92
- token=TOKEN
 
93
  )
94
 
95
  # 3. Sync global config (AGENTS.md and skills)
 
89
  path_in_repo="opencode",
90
  repo_id=REPO_ID,
91
  repo_type="dataset",
92
+ token=TOKEN,
93
+ ignore_patterns=["**/*.log", "log", "log/**", "**/log/*"]
94
  )
95
 
96
  # 3. Sync global config (AGENTS.md and skills)