Hey! Thanks so much for these demos!
One minor nitpick is that the project is lacking a .gitignore file, adding one is useful to keep users from shooting themselves on the foot and accidentally committing something they don't mean to.
Proposed solution
Add a python-generic .gitignore and adding files specific for this project.
Description
Hey! Thanks so much for these demos! One minor nitpick is that the project is lacking a
.gitignore
file, adding one is useful to keep users from shooting themselves on the foot and accidentally committing something they don't mean to.Proposed solution
Add a python-generic
.gitignore
and adding files specific for this project.