Bokeh-Python-Visualization
Bokeh-Python-Visualization copied to clipboard
Add a .gitignore file so that __pycache__ files are not stored in github
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.