diff --git a/.gitignore b/.gitignore index d9ff20ccb..e0d452369 100644 --- a/.gitignore +++ b/.gitignore @@ -52,4 +52,8 @@ cpp_test_build/ lib/cmake-build-debug # benchmark data -tools/benchmark/data \ No newline at end of file +tools/benchmark/data + +# Virtual Environments +env*/ +venv*/ \ No newline at end of file