I have a subfolder structure similar to this:
./job_1/hello/*.yml
./job_2/svk/.../*.yml
./job_3/kmd/.../*.yml
./job_4/sil/*.yml
./job_5/svk/.../*.yml
I only want to read from the .yml files under the jobs with subfolders "svk" and "kmd." Is there a way to do this in Python 2.7?