From 8b5261becb8f85b1422781d71f257040f8fe1a60 Mon Sep 17 00:00:00 2001 From: Mario Juric Date: Thu, 12 Oct 2023 15:26:04 -0700 Subject: [PATCH] .gitignore: add *~ --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 523b316..57a1ae7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Editor-created file backups +*~ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]