Thought for a linux environment with vim editing (if not configured, vim will leave behind nasty temporal files)
@@ -0,0 +1,11 @@
+*.swp
+*.swo
+*~
+#for python/django
+*.log
+static/uploaded/**/*
+*.mo
+*.pot
+*.po
+*.pyc
+