From 404f3f30c2148bf84460e05b6c50e765aadb9805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartal=20L=C3=A6arsson?= Date: Mon, 16 Feb 2026 13:57:40 +0000 Subject: [PATCH] add gitignore --- .gitignore | 1 + select_param-tsql.py | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .gitignore create mode 100644 select_param-tsql.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a764a4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +env diff --git a/select_param-tsql.py b/select_param-tsql.py new file mode 100644 index 0000000..31a6a57 --- /dev/null +++ b/select_param-tsql.py @@ -0,0 +1,3 @@ +import pyodbc + +