gitignore updated

This commit is contained in:
Nicolas 2025-12-08 14:16:42 +01:00
parent 6e0b46533d
commit 56c34972f5
1 changed files with 6 additions and 2 deletions

6
.gitignore vendored
View File

@ -5,7 +5,7 @@ __pycache__
/src/*.egg-info/* /src/*.egg-info/*
/dist/* /dist/*
.vscode .vscode
.venv .venv*
.mypy_cache .mypy_cache
.pytest_cache .pytest_cache
/tests/autogenerated_*.py /tests/autogenerated_*.py
@ -23,3 +23,7 @@ vc140.pdb
benchmark_results* benchmark_results*
docs/build docs/build
docs/source/api docs/source/api
/libs/
*.core
core
*.log