├── 01_Design
│   ├── 01_Concepts
│   │   ├── Machine_Designs
│   │   │   ├── machine_design_v1.dwg
│   │   │   └── machine_design_v2.dwg
│   │   ├── Automation_Schemes
│   │   │   └── automation_scheme_v1.dwg
│   │   └── Assembly_Drawings
│   │       └── assembly_drawing_v1.dwg
│   ├── 02_Specifications
│   │   ├── Drafts
│   │   │   └── specification_draft.txt
│   │   └── Final
│   │       └── final_specification.txt
│   ├── 03_Simulations
│   │   └── simulation_result1.csv
│   └── 04_References
│       └── reference_image.jpg
├── 02_Manufacturing
│   ├── 01_Materials
│   │   ├── material_list.xlsx
│   │   └── material_certificates
│   │       └── material_certificate_1.pdf
│   ├── 02_Machining
│   │   ├── machining_instructions.docx
│   │   └── machining_reports
│   │       └── machining_report_1.pdf
│   ├── 03_Assembly
│   │   ├── assembly_instructions.docx
│   │   └── assembly_reports
│   │       └── assembly_report_1.pdf
│   └── 04_Quality_Control
│       ├── qc_checklist.xlsx
│       └── qc_reports
│           └── qc_report_1.pdf
├── 03_Automation
│   ├── 01_Programming
│   │   ├── plc_program_v1.0
│   │   └── robot_program_v1.0
│   ├── 02_Testing
│   │   ├── test_plan.docx
│   │   └── test_reports
│   │       └── test_report_1.pdf
│   └── 03_Installation
│       ├── installation_instructions.docx
│       └── installation_reports
│           └── installation_report_1.pdf
├── 04_Documents
│   ├── Project_Proposal
│   │   └── proposal.pdf
│   ├── Project_Plan
│   │   └── project_plan.xlsx
│   ├── Meeting_Notes
│   │   └── meeting_notes.txt
│   └── Manuals
│       ├── user_manual.pdf
│       └── maintenance_manual.pdf
└── 05_Archive
    ├── Old_Designs
    │   └── old_design.dwg
    ├── Old_Documents
    │   └── old_document.docx
    └── Old_Reports
        └── old_report.pdf