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