| # Clean Hugging Face Docker Space Deployment Manifest | |
| This folder is intended for clean Hugging Face Docker Space deployment. | |
| ## Files copied | |
| - `main.py` | |
| - `requirements.txt` | |
| - `README.md` | |
| - `Dockerfile` | |
| - `.dockerignore` | |
| - `.gitignore` | |
| - `start.py` | |
| - `frontend/package.json` | |
| - `frontend/package-lock.json` | |
| - `frontend/vite.config.js` | |
| - `frontend/index.html` | |
| - `frontend/.env.example` | |
| - `frontend/src/App.jsx` | |
| - `frontend/src/App.css` | |
| - `frontend/src/main.jsx` | |
| - `frontend/src/index.css` | |
| ## Requested files missing | |
| - None | |
| ## Generated in this deployment folder | |
| - `FILE_TREE.txt` | |
| - `MANIFEST.md` | |
| - `.gitignore` refreshed with deployment-safe ignore rules | |