You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2025. It is now read-only.
git clone https://github.com/PyMoDAQ/pymodaq_gui currently downloads 209.53 Mio of data, which is about 6 times the size of the source code in its current state. This slows down forking operations on GitHub, downloads and backups.
Inspecting the git pack file reveals that some very old, unnecessary binary files are still being tracked. Here is the top 20 :
git clone https://github.com/PyMoDAQ/pymodaq_guicurrently downloads 209.53 Mio of data, which is about 6 times the size of the source code in its current state. This slows down forking operations on GitHub, downloads and backups.Inspecting the git pack file reveals that some very old, unnecessary binary files are still being tracked. Here is the top 20 :
Only one of these files (
tests/data/my_brain.npy) is actually present in the current version of the source code.Cleaning up manually (see https://git-scm.com/book/en/v2/Git-Internals-Maintenance-and-Data-Recovery or https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History ) can help solving this problem.