From 887a02cc32b85a04b504297a89feb0bb14253d27 Mon Sep 17 00:00:00 2001 From: Gioele Barabucci Date: Thu, 17 Feb 2022 12:48:00 +0100 Subject: gitignore: Ignore temp files and Python cache --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c3f4cc0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Editors' temp files +*~ +*.sw* + +# Python +__pycache__/ -- cgit v1.2.3