Make a .gitignore file and add *.pyc to it I recommend you put this standard .gitignore for python by github It has *.py[cod] to get rid of .pyc,.pyo and ...
確定! 回上一頁