Since GitHub is showing that 97% of our repo is Jupyter Notebook, I looked into the file sizes and all of them are big. Most are at least hundreds of KB, while one is almost 6MB. Since the notebooks should be confirmed to run before merging, it seems unnecessary to include their outputs in the repo, especially given how large they become.
I believe just deleting the output cells in all future notebooks would prevent the addition of more large files, but for the notebooks already in the repo, the commit history might need to be altered.
Since GitHub is showing that 97% of our repo is Jupyter Notebook, I looked into the file sizes and all of them are big. Most are at least hundreds of KB, while one is almost 6MB. Since the notebooks should be confirmed to run before merging, it seems unnecessary to include their outputs in the repo, especially given how large they become.
I believe just deleting the output cells in all future notebooks would prevent the addition of more large files, but for the notebooks already in the repo, the commit history might need to be altered.