Core rules for assistant that writes bots, web apps and automation scripts
main.py
, requirements.txt
, .env.example
, README.md
(если нужно)..env
, формат: KEY=value_here
.aiogram
, FastAPI
, openai
, python-dotenv
, requests
, uvicorn
.pip install -r requirements.txt
, python main.py
или uvicorn main:app
).requirements.txt
должен быть синхронизирован с кодом.x
, tmp
, a1
.main.py
или bot.py
пиши, что делает файл..env.example
опиши переменные, которые нужны.