From: Oleg Broytman Date: Fri, 23 Sep 2016 23:21:47 +0000 (+0300) Subject: Extend .gitignore X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=f34e45b37d890aa8c3fe5af0062cb7c7184fdba5 Extend .gitignore --- diff --git a/project_template/.gitignore b/project_template/.gitignore index c64f111..8647366 100644 --- a/project_template/.gitignore +++ b/project_template/.gitignore @@ -1,3 +1,10 @@ /.cache/ /.tox/ +/SQLObject.egg-info/ +/build/ +/data/ +/dist/ +/MANIFEST *.py[co] +*.tmp +*~