X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2F.gitignore;h=5af0001b4eeb02e82e8001a50da2d412e1ddc669;hp=427ca64189bfe83038320af4b07ea99e6fa9f089;hb=f9dda9d355a3d7e4c76d3ab94b38c8aeeebf99d1;hpb=f488fd482a6b96ce7ef7f2654962fdb326ccda5e 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 +*~