From 6a9fdee33106fb048ec4e1cb428da96f3bbd0b39 Mon Sep 17 00:00:00 2001 From: gdamms Date: Fri, 17 May 2024 14:20:29 +0200 Subject: ignore all *.tmp.* --- .gitignore | 4 ++-- plots/diffusion.gif | Bin 25416447 -> 0 bytes 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 plots/diffusion.gif diff --git a/.gitignore b/.gitignore index 05f10ff..a0321c0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,8 @@ data/ # Model weights. *.pth -# Tmp pngs. -*.tmp.png +# Tmp files. +*.tmp.* # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/plots/diffusion.gif b/plots/diffusion.gif deleted file mode 100644 index 33a862c..0000000 Binary files a/plots/diffusion.gif and /dev/null differ -- cgit v1.3.1