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
```