Archive for the “Python” category

.gitignore for django

by leo on November 6, 2010

In case you are using django and git, here is my .gitignore file which excludes all python related temporary files and keeps your repo clean *~ *.orig *.pyc *.rej .installed.cfg __minitage__* bin/* develop-eggs downloads eggs log parts media/uploads tmp .DS_Store (…)

Read the rest of this entry »