Exclude python compiled files

This commit is contained in:
Johan Lorenzo 2019-03-27 12:10:02 +01:00 committed by Sebastian Kaspari
parent bd81e72239
commit 7269f47acc
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -77,3 +77,8 @@ gen-external-apklibs
# Token files
.leanplum_token
.adjust_token
# Python Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]