I have a python project in VSCode that I've modified / overhauled 3 times as I've learnt to build it 'better' along the journey.
I now have python files that are no longer used by the application but am unable to audit ...without hours of hard labour...which ones are still being used.
Is there a way for me to see which python files are entirely unused by the application, so that I can remove them?
Thanks a lot