From 39318555f63447c08b1fe8c8bb78f510ff088881 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 26 May 2019 17:55:28 +0200 Subject: [PATCH] [SKIP CI] remove pyc files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 69810f1..5a98053 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ +# ---> Ansible +*.retry + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class +