diff --git a/.gitignore b/.gitignore index 3aec135f8d8..7f908424281 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ -*.local.* +__pycache__ *.ckpt *.safetensors *.pth /ESRGAN/* /SwinIR/* /repositories +/venv /tmp /model.ckpt /models/**/* @@ -36,4 +37,4 @@ notification.mp3 /node_modules /package-lock.json /.coverage* -/test/test_outputs +/test/test_outputs \ No newline at end of file