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