I am putting into practice the tutorial https://blog.pythonanywhere.com/121/ everything works fine, but curiously I observe that .gitignore does not ignore the pycache file. I have tried deleting it before doing a new commit, but it appears again. It is not something that worries me now, but it may be interesting to notify the team in case it may be useful. In the gitignore file I have:
* .pyc
__pycache__
Greetings and see you soon