diff --git a/.gitignore b/.gitignore index feb9e958e7..d45aad857f 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,8 @@ genfiles.properties !/test/output/gold /test/output/gold/tmp /test/script/ScriptLog.txt +/test/script/__pycache__/ +/test/script/*.pyc /test/build/ /test/dist/ /test/nbproject/*