Im using python 3.7 Im new to python (my main dev experience comes from javascript). I understand there is a Pipfile who specify the packages Im using directly . Additionally, there is a Pipfile.lock which specifies exact versions of direct and indirect dependencies (like yarn\package.lock in js ). requirements.txt looks like its doing the exact same thing .
Which ones should I track ? Thanks