diff --git a/.gitignore b/.gitignore index 4788b4b..188f3fd 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,13 @@ buildNumber.properties # Common working directory run/ + +# python +*.pyc +__pycache__/ +*.pyo +*.pyd +.Python +env/ +venv/ +ENV/