ADD gitignore

main
Сергей Ванюшкин 2024-08-16 12:28:46 +00:00
parent d593ee4eb5
commit 45a94714d8
1 changed files with 3 additions and 0 deletions

View File

@ -23,5 +23,8 @@ pytest-asyncio = "^0.23.8"
requires = ["poetry-core"] requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
api = "fastfood_two.__main__:main"
[tool.pytest.ini_options] [tool.pytest.ini_options]
asyncio_mode = "auto" asyncio_mode = "auto"