--- git status --- On branch task_b Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: .gitignore Untracked files: (use "git add ..." to include in what will be committed) .env .vscode/ IsaacLab/ lerobot/ policies/ scripts/act/checks/ submission_task_e_smolvla/ tools/ no changes added to commit (use "git add" and/or "git commit -a") --- git diff --- diff --git a/.gitignore b/.gitignore index fbf24d5..269af28 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,5 @@ tests/ ${data} *.zip + +*ckpt*/ \ No newline at end of file