Generate a file structure model of your project To test this locally: Prerequisites: Python installed Poetry installed 1. Initialize Poetry: poetry init --no-interaction 2. Start the virtual environment: poetry shell 3. Add as many files and folders as you wish 4. Execute generate_file_structure.py python generate_file_structure.py