From 903a05177efd80fcf7d7eddf6c2e081be5e392f5 Mon Sep 17 00:00:00 2001 From: taco Date: Mon, 16 Jun 2025 12:19:03 +1000 Subject: [PATCH] updated .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 1c244fc..92fafcc 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,10 @@ TAGS .DS_Store Makefile.user + +# Python virtual environments +venv/ +.python-version +lib/python3.13/ +lib64 +pyvenv.cfg