PhysiCell-Tools / PhysiCell-Studio

PhysiCell Studio is a graphical tool to allow easy editing of a (XML) model, create initial positions of cells, run a simulation, and visualize results. To contribute, fork and make PRs to the development branch.
GNU General Public License v3.0
21 stars 13 forks source link

update .gitignore for git submodule edge case #195

Closed drbergman closed 5 months ago

drbergman commented 6 months ago

Not sure if others have seen this happen, but I created studio as a submodule for the first today and bin/__pycache__/ was track-able. This resolves that issue and updates the gitignore to be more concise, too.

I think I also saw a .DS_Store file crop up at some point, so I included that, too, for good measure.