i\'m working on a big python project, and i\'m really sick if .pyc and *~ files. I\'d like to remove them. I\'ve seen that the -X flag of git clean would remove
-X
git clean -X -n --exclude="!local_settings.py"
works. I discovered this when I googled and got this page.