From efa2bfd34761d906ecf1ebb8121b0372742075ac Mon Sep 17 00:00:00 2001 From: tanguy_rousseau Date: Tue, 12 May 2026 13:42:28 +0200 Subject: [PATCH] fixed windows install --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e8bb035 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +*.py[cod] +*.pyo +.Python