diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,10 +1,13 @@ __pycache__/ *.py[cod] - .venv/ -venv/ - data/ -runs/ - +*.pt +*.pth +ckpt_*.pt +runs/ckpt_*.pt +runs/*.pt +runs/*.pth +logs/*.tmp +summaries/*.tmp .DS_Store |
