From fa1f8636d2e2368c9cb446284946570565563f4f Mon Sep 17 00:00:00 2001 From: "felix.morgner@ost.ch" Date: Fri, 6 Oct 2023 12:19:55 +0200 Subject: repo: add gitignore and basic python requirements --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d17dae --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.venv -- cgit v1.2.3