Avoid DS_Store noise for Mac users

This commit is contained in:
Richard Tallent 2024-07-07 10:54:25 -05:00
parent feee37d75f
commit c189ac7037

1
.gitignore vendored
View File

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