gitextract_891tnwvz/ ├── .editorconfig ├── .gitattributes ├── .gitignore ├── .vscode/ │ └── settings.json ├── CONTRIBUTING.md ├── LICENSE ├── Procfile ├── README.md ├── api/ │ ├── index.py │ └── templates/ │ └── index.html ├── requirements.txt ├── static/ │ ├── browserconfig.xml │ ├── chatgpt_prompt_splitter.psd │ ├── scripts.js │ ├── site.webmanifest │ └── styles.css ├── tests/ │ └── test_chatgpt_prompt_splitter.py └── vercel.json