From d157f294a96f086e223bac05acc25f0f633eefe2 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Wed, 4 Dec 2024 00:13:02 -0300 Subject: [PATCH] build: modifies gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b4c203d..31eb7ff 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ eggs/ .eggs/ lib/ lib64/ +lib64 parts/ sdist/ var/ @@ -25,7 +26,8 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST - +pyvenv.cfg +bin/ # PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it.