Cannot create new python models

I am trying to create a new python model inside a folder that already contains python models. But whenever I try to do that, I get an error that says that dbt only allows one model per python file.

This is the complete error:
Parsing Error in model (path/to_model/name.py)
dbt only allow one model defined per python file

Hi! Take a look at this issue, see if it helps you

Thank you @brunoszdl ! I read it, but not sure what will do this .dbtignore to my other python models already in that folder. I have scheduled jobs that use those other python models, and I don’t want to break them. Do you know of this is the case?