Clean up of some too-old archives
Hey there, while linting the repository I noticed that several subdirectories contain a series of Stripping campaign versions. I would argue that we can get rid of most of them. I see the following:
$ ls CommonParticlesArchive/python/CommonParticlesArchive/
__init__.py Stripping27 Stripping30r2 Stripping31r2 Stripping34r0p1 Stripping35r3
Stripping24r2 Stripping28r2 Stripping30r3 Stripping33r2 Stripping34r0p2
Stripping25 Stripping28r2p1 Stripping31r1 Stripping34 Stripping35r2
$ ls StrippingArchive/python/StrippingArchive/
__init__.py Stripping27 Stripping30r2 Stripping31r2 Stripping34r0p1 Stripping35r3
Stripping24r2 Stripping28r2 Stripping30r3 Stripping33r2 Stripping34r0p2 Utils.py
Stripping25 Stripping28r2p1 Stripping31r1 Stripping34 Stripping35r2
$ ls StrippingSettings/python/StrippingSettings/
__init__.py Stripping25 Stripping28r2p1 Stripping31r1 Stripping34 Stripping35r2
makeDB.py Stripping27 Stripping30r2 Stripping31r2 Stripping34r0p1 Stripping35r3
Stripping24r2 Stripping28r2 Stripping30r3 Stripping33r2 Stripping34r0p2 Utils.py
It would be ideal to clean this all up before linting what actually is to be kept. I hope you agree.
This goes for the various legacy branches though I've been only looking at 2018-patches.
Edited by Eduardo Rodrigues