From: Axy Date: Tue, 27 Jan 2026 13:53:31 +0000 (+0100) Subject: extra files X-Git-Url: https://git.uwuaxy.net/?a=commitdiff_plain;h=5d8c20eb4be7adcb2635f389f261194a5a5074d9;p=axy%2Fft%2Fpython05.git extra files --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2752b19 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.tar.gz +main.py 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