Hacker News new | ask | show | jobs
by yashwastaken 1572 days ago
Thanks for the feedback. I will add that in my next commit.
1 comments

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...