From 93febd4968ebbf0f5a90989bbe11abcaaafcdbd1 Mon Sep 17 00:00:00 2001 From: jerome Date: Tue, 24 Feb 2026 13:18:28 +0100 Subject: commit initial --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a7efb38 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Created by venv; see https://docs.python.org/3/library/venv.html +bin/ +include/ +lib/ +lib64 +pyvenv.cfg +__pycache__/ -- cgit v1.2.3