Git hub

1. Создать .gitignore: ``` config.py venv __py__ ``` git init git add . git commit -m "init"   2.  git remote add origin git@github.com:andres-website/ai_endpoint.git git branch -M main git push -u origin main
Тэги: Как?, Git, Git hub