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