Foxelmanian / ToOptixUpdate

Current development of tooptix
20 stars 7 forks source link

__pycache__ sub dirs and .gitignore #1

Closed joha2 closed 5 years ago

joha2 commented 5 years ago

Heyhey,

I checked your up-to-date ToOptix directory and saw lots of pycache directories. These are typically of no use for others and can lead to problems if the Python code is executed. Therefore one can just delete them and create a .gitignore file. See Pull Request. (Sorry, that I developed on master, but from this we don't have to care about complicated branching.)