From a31e8de7b99a7b5415a804e6443bc70c4fc7c922 Mon Sep 17 00:00:00 2001 From: latinogino <154024559+latinogino@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:53:17 +0200 Subject: [PATCH] Update .gitignore to be more comprehensive --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index d7efd18..eef64be 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST +src/*.egg-info/ +*.egg-info # PyInstaller *.manifest @@ -57,6 +59,7 @@ venv/ ENV/ env.bak/ venv.bak/ +venv_dolibarr/ # IDEs .vscode/ @@ -83,3 +86,7 @@ mcp-server.log # Dolibarr specific dolibarr_config.json + +# Local development +local/ +.local/