X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2F.gitignore;h=5af0001b4eeb02e82e8001a50da2d412e1ddc669;hp=c64f111212cf756c38bb6dac7252eca3ae8d2a61;hb=91b93d9d010f6d34943a0e4aeffd3c9f0ee2879c;hpb=6626bfa52ed4b92f1a07274fdfabf6f274525cff 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 +*~