X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=project_template%2F.gitignore;h=5af0001b4eeb02e82e8001a50da2d412e1ddc669;hb=6f0dd1644b34df325a2677f61b2b9e4c0d49886c;hp=427ca64189bfe83038320af4b07ea99e6fa9f089;hpb=f488fd482a6b96ce7ef7f2654962fdb326ccda5e;p=cookiecutter.git diff --git a/project_template/.gitignore b/project_template/.gitignore index 427ca64..5af0001 100644 --- a/project_template/.gitignore +++ b/project_template/.gitignore @@ -1,3 +1,12 @@ -.cache/ -.tox/ +/.cache/ +/.tox/ +/{project}.egg-info/ +/build/ +/data/ +/dist/ +/htmlcov/ +/.coverage +/MANIFEST *.py[co] +*.tmp +*~