WillKoehrsen/Bokeh-Python-Visualization

Add a .gitignore file so that __pycache__ files are not stored in github

dazzag24 opened this issue · 0 comments

e.g a simple .gitignore file in this case would contain

pycache/

However it is a good idea to create a more comprehensive file tailored to your IDE. See https://www.gitignore.io/ for examples.