From: Tom Christie Date: Mon, 25 Jun 2018 14:35:43 +0000 (+0100) Subject: Update .gitignore X-Git-Tag: 0.1.2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1660f084e3ac43cf35ae3546ff3ff0581ae2b685;p=thirdparty%2Fstarlette.git Update .gitignore --- diff --git a/.gitignore b/.gitignore index 0d20b648..74309395 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ *.pyc +.coverage +.pytest_cache/ +starlette.egg-info/ +venv/