]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/.gitignore
Replace {project} with $project_name in .gitignore
[cookiecutter.git] / project_template / .gitignore
index c64f111212cf756c38bb6dac7252eca3ae8d2a61..902ce3bdb93c303b27e6dc15099d902e95fd4c03 100644 (file)
@@ -1,3 +1,10 @@
 /.cache/
 /.tox/
+/{project}.egg-info/
+/build/
+/data/
+/dist/
+/MANIFEST
 *.py[co]
+*.tmp
+*~