From 008a42fd72f810dec918aedab820221419340906 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 26 May 2019 18:00:34 +0200 Subject: [PATCH] [SKIP CI] remove pyc files --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5becda8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# ---> Ansible +*.retry +filter/plugins/ +library + +# ---> Python +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class +