From 9bbc2bd4582ee538ea9175d68d9e140e48a0c563 Mon Sep 17 00:00:00 2001 From: Roxi Dittberner Date: Mon, 15 Jun 2026 19:58:32 +0200 Subject: [PATCH 1/2] added text to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e69de29..4ef1cad 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +Git repository for mkdocs documentation for a school project From ee923f75cdbe5644e3e102ada4dd4956bb2e9afa Mon Sep 17 00:00:00 2001 From: Roxi Dittberner Date: Mon, 15 Jun 2026 19:58:52 +0200 Subject: [PATCH 2/2] added gitignor and python-version --- .gitignore | 10 ++++++++++ .python-version | 1 + 2 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 .python-version diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..505a3b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..24ee5b1 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.13