diff --git a/.gitignore b/.gitignore index 8fc5dcd14fa..e08860c5dd3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,9 +9,12 @@ version.properties lib/* build/* generated-files/* +generated-code/* *.swp *.swo - -/target -/generated-files -/nbactions.xml \ No newline at end of file + +/target +/generated-files +/nbactions.xml +*.pyc +__pycache__ \ No newline at end of file