### Tasks - π§ **Initialize Git repository** Add `.gitignore`, `README.md`, and license. - π¦ **Create single requirements.txt file** Include all necessary packages for development and deployment. - π οΈ **Add setup.sh or Makefile** Automate environment setup for dev/deploy. - π§ͺ **Verify reproducibility** Test install from `requirements.txt` and run basic script.
Tasks
π§ Initialize Git repository
Add
.gitignore,README.md, and license.π¦ Create single requirements.txt file
Include all necessary packages for development and deployment.
π οΈ Add setup.sh or Makefile
Automate environment setup for dev/deploy.
π§ͺ Verify reproducibility
Test install from
requirements.txtand run basic script.