From 39a1810689ff4386ed80428d3411bc6a06755738 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Sun, 16 Feb 2025 11:27:42 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 123d0d7..21f32e7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,9 @@ custom_project_test.yml # this is CI specific Brewfile_CI -Brewfile_CI.lock.json \ No newline at end of file +Brewfile_CI.lock.json + +# python env specific +bin +lib +pyvenv.cfg \ No newline at end of file