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