diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,9 @@ *.pyc env +env-* +ee.egg-info +.eggs +.cache *.png @@ -7,3 +11,5 @@ env demo/*/*.net demo/*/*.raw demo/*/*.log + +.tox |