diff --git a/.gitignore b/.gitignore index cfa0c6fc70..a4339e3851 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,7 @@ _output # Configuration files for the hack scripts hack/*.local.sh + +# E2E testing files +tests/e2e/.pytest_cache +tests/e2e/**/__pycache__