From e746a412701aa94d88633873d012063726c34ab2 Mon Sep 17 00:00:00 2001 From: Johannes Thumshirn Date: Fri, 26 Feb 2021 14:20:19 +0100 Subject: [PATCH] gitignore: add a .gitignore Add a .gitignore and ignore __pycache__/ and vim's swap files. Signed-off-by: Johannes Thumshirn --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fffc64d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +*.swp