From 8bd7d8b8d9684204279c82a863ee2b2b442bca3a Mon Sep 17 00:00:00 2001 From: git-sandro Date: Fri, 5 Jun 2026 15:28:53 +0200 Subject: [PATCH] Gitignore and Python Version Files --- .gitignore | 14 ++++++++++++++ .python-version | 1 + 2 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 .python-version diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0806e6d --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv + +# General ignore +.DS_Store +.ipynb_checkpoints diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..e4fba21 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.12