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