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