From 0b589770bf148a8438d29f1190a1145c8b9ca852 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Mon, 17 Feb 2020 09:43:38 +0100 Subject: [PATCH] Add Python things to .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 52d2fa1..d3dfb6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,10 @@ /QtC-* + *.orig *.log .*.swp *.autosave + +/.idea/ +*.py[cod] +__pycache__/ \ No newline at end of file