| --- git status --- | |
| On branch task_b | |
| Changes not staged for commit: | |
| (use "git add <file>..." to update what will be committed) | |
| (use "git restore <file>..." to discard changes in working directory) | |
| modified: .gitignore | |
| Untracked files: | |
| (use "git add <file>..." 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 | |
| tests/ | |
| ${data} | |
| *.zip | |
| + | |
| +*ckpt*/ | |
| \ No newline at end of file |