From: = <=> Date: Mon, 12 Jan 2026 12:00:38 +0000 (+0100) Subject: init X-Git-Url: https://git.uwuaxy.net/?a=commitdiff_plain;h=86006f0b18ab6c1651c2605959792311b9b28e6c;p=axy%2Fft%2Fpython03.git init --- 86006f0b18ab6c1651c2605959792311b9b28e6c diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7c938bb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**.pdf \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..a8f43fe --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[tool.black] +line-length = 79