diff options
Diffstat (limited to '.gitignore')
-rwxr-xr-x[-rw-r--r--] | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 624c9b63b9..f197492474 100644..100755 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,8 @@ tmp/ .classpath .project *.tmp -.checkstyle
\ No newline at end of file +.checkstyle + +/.tox +/_build/* +/__pycache__/*
\ No newline at end of file |