Neat free tool to generate directory tree structures in asciii: https://ascii-tree-generator.com/

Pretty useful when trying to figure out the structure for a project and brainstorming. Curious how the ascii renders here:

```
my_project/
├─ models/
│ ├─ model_1.py
│ ├─ model_2.py
├─ data/
│ ├─ data_prep.py
│ ├─ meta_data.json
├─ results/
├─ checkpoints/
trainer.py
runner.py
```

ASCII Tree Generator

Online interactive folder structure generator. Easily create and visualise your development tree for your new projects and your documentations.