Accidentally, I have pushed the .pyc files to the master repository. Now I want to delete them but I can´t do it. Is there any way to remove them directly from the Bitbucket sit
git rm *.pyc --cached git commit -a -m'remove pyc from index' git push
PS: I see the date of question, but this solution looks better, imho. May be it'll help someone.. .