<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: .gitignore for Python developers</title>
	<atom:link href="http://blog.mfabrik.com/2010/07/23/gitignore-for-python-developers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mfabrik.com/2010/07/23/gitignore-for-python-developers/</link>
	<description>Freedom delivered.</description>
	<lastBuildDate>Mon, 19 Sep 2011 19:02:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: python developers</title>
		<link>http://blog.mfabrik.com/2010/07/23/gitignore-for-python-developers/comment-page-1/#comment-5129</link>
		<dc:creator>python developers</dc:creator>
		<pubDate>Fri, 02 Sep 2011 13:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mfabrik.com/?p=595#comment-5129</guid>
		<description>luckily i found this article and it helps me a lot to learn from you.helps me a lot thank you.</description>
		<content:encoded><![CDATA[<p>luckily i found this article and it helps me a lot to learn from you.helps me a lot thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ned</title>
		<link>http://blog.mfabrik.com/2010/07/23/gitignore-for-python-developers/comment-page-1/#comment-3252</link>
		<dc:creator>Ned</dc:creator>
		<pubDate>Fri, 23 Jul 2010 12:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mfabrik.com/?p=595#comment-3252</guid>
		<description>If you are using coverage.py to measure code coverage, then you&#039;ll also want to ignore:

.coverage

and probably:

htmlcov

If you are building C extensions, then add:

*.pyd *.so</description>
		<content:encoded><![CDATA[<p>If you are using coverage.py to measure code coverage, then you&#8217;ll also want to ignore:</p>
<p>.coverage</p>
<p>and probably:</p>
<p>htmlcov</p>
<p>If you are building C extensions, then add:</p>
<p>*.pyd *.so</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hanno Schlichting</title>
		<link>http://blog.mfabrik.com/2010/07/23/gitignore-for-python-developers/comment-page-1/#comment-3251</link>
		<dc:creator>Hanno Schlichting</dc:creator>
		<pubDate>Fri, 23 Jul 2010 12:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mfabrik.com/?p=595#comment-3251</guid>
		<description>I have &quot;dist&quot; in addition, which gets created whenever you make a release. You also could ignore virtualenv things as well: &quot;.Python include lib&quot; and finally I have &quot;local.cfg&quot; in my list.</description>
		<content:encoded><![CDATA[<p>I have &#8220;dist&#8221; in addition, which gets created whenever you make a release. You also could ignore virtualenv things as well: &#8220;.Python include lib&#8221; and finally I have &#8220;local.cfg&#8221; in my list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan MacKinlay</title>
		<link>http://blog.mfabrik.com/2010/07/23/gitignore-for-python-developers/comment-page-1/#comment-3250</link>
		<dc:creator>Dan MacKinlay</dc:creator>
		<pubDate>Fri, 23 Jul 2010 12:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mfabrik.com/?p=595#comment-3250</guid>
		<description>I don&#039;t know if it belongs here, but I usually also ignore
*.LCK
*.lck

to avoid fallout from dreamweaver users with whom i may share my source tree. (Yup, web developer here)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if it belongs here, but I usually also ignore<br />
*.LCK<br />
*.lck</p>
<p>to avoid fallout from dreamweaver users with whom i may share my source tree. (Yup, web developer here)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maurits van Rees</title>
		<link>http://blog.mfabrik.com/2010/07/23/gitignore-for-python-developers/comment-page-1/#comment-3248</link>
		<dc:creator>Maurits van Rees</dc:creator>
		<pubDate>Fri, 23 Jul 2010 10:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mfabrik.com/?p=595#comment-3248</guid>
		<description>Oh, and since you are ignoring .bzr and .hg, you will want to ignore their ignore files as well, so:
.bzrignore
.hgignore</description>
		<content:encoded><![CDATA[<p>Oh, and since you are ignoring .bzr and .hg, you will want to ignore their ignore files as well, so:<br />
.bzrignore<br />
.hgignore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maurits van Rees</title>
		<link>http://blog.mfabrik.com/2010/07/23/gitignore-for-python-developers/comment-page-1/#comment-3247</link>
		<dc:creator>Maurits van Rees</dc:creator>
		<pubDate>Fri, 23 Jul 2010 10:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mfabrik.com/?p=595#comment-3247</guid>
		<description>For emacs users:
*~
And perhaps:
*.bak</description>
		<content:encoded><![CDATA[<p>For emacs users:<br />
*~<br />
And perhaps:<br />
*.bak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.mfabrik.com/2010/07/23/gitignore-for-python-developers/comment-page-1/#comment-3246</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 23 Jul 2010 09:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mfabrik.com/?p=595#comment-3246</guid>
		<description>How about Jython class files (*.class, the equivalent of *.pyc)?

And if any of the developers use Mac OS X, ignore the .DS_Store folders.</description>
		<content:encoded><![CDATA[<p>How about Jython class files (*.class, the equivalent of *.pyc)?</p>
<p>And if any of the developers use Mac OS X, ignore the .DS_Store folders.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

