From 3a054bc2116c42418c4cebf12d03b74fdad75393 Mon Sep 17 00:00:00 2001 From: Kyler Date: Tue, 2 Dec 2025 23:39:38 -0700 Subject: [PATCH] Updated python .gitignore --- SLS_Python/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SLS_Python/.gitignore b/SLS_Python/.gitignore index c18dd8d..5266ea2 100644 --- a/SLS_Python/.gitignore +++ b/SLS_Python/.gitignore @@ -1 +1,4 @@ __pycache__/ +.venv/ +dist/ +sls_python.egg-info/