Hacker News new | ask | show | jobs
by cors-fls 1569 days ago
By the way, you are including a lot of useless files and binary files in your git repository. (.egg folder, pycache, pyc files). They make your repo very heavy. Take a look at this example .gitignore : https://github.com/github/gitignore/blob/main/Python.gitigno...