]> Untitled Git - axy/ft/python05.git/commitdiff
extra files
authorAxy <gilliardmarthey.axel@gmail.com>
Tue, 27 Jan 2026 13:53:31 +0000 (14:53 +0100)
committerAxy <gilliardmarthey.axel@gmail.com>
Tue, 27 Jan 2026 13:53:31 +0000 (14:53 +0100)
.gitignore [new file with mode: 0644]
pyproject.toml [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..2752b19
--- /dev/null
@@ -0,0 +1,2 @@
+*.tar.gz
+main.py
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644 (file)
index 0000000..a8f43fe
--- /dev/null
@@ -0,0 +1,2 @@
+[tool.black]
+line-length = 79