Spaces:
Paused
Paused
Update autobackup.py
Browse files- autobackup.py +0 -1
autobackup.py
CHANGED
|
@@ -26,7 +26,6 @@ def run_backup():
|
|
| 26 |
local_path,
|
| 27 |
"--repo-type", repo_type,
|
| 28 |
"--token", hf_token,
|
| 29 |
-
"--ignore-patterns", "*.git", "__pycache__",
|
| 30 |
]
|
| 31 |
|
| 32 |
process = subprocess.Popen(
|
|
|
|
| 26 |
local_path,
|
| 27 |
"--repo-type", repo_type,
|
| 28 |
"--token", hf_token,
|
|
|
|
| 29 |
]
|
| 30 |
|
| 31 |
process = subprocess.Popen(
|