gitextract_zi78g5yh/ ├── .gitignore ├── LICENSE ├── README.md ├── requirements.txt └── src/ ├── ai.py ├── cache.py ├── css.py ├── feedback.py ├── gui.py ├── model.py ├── pdf.py ├── prompts.py ├── run.bat ├── run.sh ├── stats.py └── storage.py