DEV Community

Discussion on: Code Questions Bot

Collapse
 
dmitrypolo profile image
dmitrypolo • Edited

I took a quick glance at the repository structure. One piece of advice I can give you right away is to add a .gitignore file to your repository to tell git which files it shouldn't track. You uploaded your __pycache__ to GitHub which doesn't belong there.

Collapse
 
vickilanger profile image
Vicki Langer

Oh. Thanks for letting me know. I will add the .gitignore and remove the pycache

I knew something looked weird