Cannot find .py controller files after creating doctypes in custom app

I’ve installed a custom app to erpnext and added three doctypes. All doctypes are under the same module(app) and Show in same module section which is Documents. When I navigate to Documents, I can see all three and even their tables in database. When I navigate to directory structure, I’m only seeing the first doctype I created but not the other two… tried bench restart, bench migrate but nothing
_

@chrismberi, ensure you’re under developer mode, checking the settings of your site, into frappe-bench/sites/your-site/site_config.json and that the doctype, has not checked the option “Custom”

Thank you @max_morais_dmm. the problem was that I’d left ‘Custom?’ checked. All sorted now