From a71d451602d4f00f63bff242ddc872d3659a3ceb Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Fri, 23 Sep 2022 17:55:23 +0200 Subject: [PATCH] Add: Tmp files to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..bf6ff22 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,7 @@ dmypy.json # Pyre type checker .pyre/ + +# Files and folder +tmp/ +*~ \ No newline at end of file