diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,6 @@ __pycache__ *.ckpt +*.safetensors *.pth /ESRGAN/* /SwinIR/* @@ -29,4 +30,5 @@ notification.mp3 /textual_inversion .vscode /extensions - +/test/stdout.txt +/test/stderr.txt |