diff --git a/wrapper/python/.gitignore b/wrapper/python/.gitignore new file mode 100644 index 000000000..8cb79fe5b --- /dev/null +++ b/wrapper/python/.gitignore @@ -0,0 +1,11 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Distribution +build/ +*.egg-info/ + +# Unit test +.tox/