Fix noisy DS_Store files for MacOS

This commit is contained in:
Richard Tallent 2024-07-07 11:18:17 -05:00
parent 1da4907927
commit 7b2917255a
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@ __pycache__
*.ckpt *.ckpt
*.safetensors *.safetensors
*.pth *.pth
.DS_Store
/ESRGAN/* /ESRGAN/*
/SwinIR/* /SwinIR/*
/repositories /repositories