файлы проекта

This commit is contained in:
Егор Кандрушин 2026-03-25 16:31:31 +03:00
parent 4b207da8b5
commit a5a6f2eca9
4 changed files with 11 additions and 0 deletions

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
# ---> PyCharm
.idea/
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/

1
api/.python-version Normal file
View file

@ -0,0 +1 @@
3.14

0
api/README.md Normal file
View file

7
api/pyproject.toml Normal file
View file

@ -0,0 +1,7 @@
[project]
name = "api"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = []