. ├── main.py ├── config.yaml ├── requirements.txt ├── pyproject.toml ├── README.md ├── pipeline/ │ ├── ingestion.py ...