Exclude python compiled files

nightly-build-test
Johan Lorenzo 5 years ago committed by Sebastian Kaspari
parent bd81e72239
commit 7269f47acc

5
.gitignore vendored

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

Loading…
Cancel
Save