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