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