From 56c34972f55e572e1ca733091a096152c5d91053 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 8 Dec 2025 14:16:42 +0100 Subject: [PATCH] gitignore updated --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bdd5a7a..f04634f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ __pycache__ /src/*.egg-info/* /dist/* .vscode -.venv +.venv* .mypy_cache .pytest_cache /tests/autogenerated_*.py @@ -22,4 +22,8 @@ build/* vc140.pdb benchmark_results* docs/build -docs/source/api \ No newline at end of file +docs/source/api +/libs/ +*.core +core +*.log \ No newline at end of file