diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -32,3 +32,13 @@ target .idea *.iml + +# For python +.coverage +.tox/ +coverage.xml +__pycache__ +*.egg-info/ +htmlcov/ +xunit-results.xml +*.eggs/ |