GitHub Setup
git init
git add .
git commit -m "Initial Project Structure"
git remote add origin https://github.com/MacLearnAI/RashiPhal.git
git branch -M main
git push -u origin main

