If you are using Django/Python, it might be useful to add *.pyc to your gitignore. These are compiled python files.<p>Also, if you're developing on a Mac, it would also be useful to add .DS_Store. It's an invisible file, and it just stores some properties of that directory,