diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e0d25df6c..0064a3f13 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,9 @@ # Python egg metadata, regenerated from source files by setuptools. /*.egg-info +.eggs + +# Some testing related things +tmp +.coverage +.cache |