diff --git a/.gitignore b/.gitignore index ab3e8ce..b9ea2e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# ---> PyCharm +.idea/ + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/api/.python-version b/api/.python-version new file mode 100644 index 0000000..6324d40 --- /dev/null +++ b/api/.python-version @@ -0,0 +1 @@ +3.14 diff --git a/api/README.md b/api/README.md new file mode 100644 index 0000000..e69de29 diff --git a/api/pyproject.toml b/api/pyproject.toml new file mode 100644 index 0000000..766d844 --- /dev/null +++ b/api/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "api" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.14" +dependencies = []