adds python ignored files

This commit is contained in:
Moisés Guimarães
2016-04-28 13:26:59 -03:00
parent 7e661ab866
commit d8309ab624

11
wrapper/python/.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution
build/
*.egg-info/
# Unit test
.tox/