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