From 7269f47acc17d5042afbe7bd5a174f7e26d905da Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Wed, 27 Mar 2019 12:10:02 +0100 Subject: [PATCH] Exclude python compiled files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index a5bf52c00..3817a69d3 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,8 @@ gen-external-apklibs # Token files .leanplum_token .adjust_token + + +# Python Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod]