diff --git a/.prettierignore b/.prettierignore index 790f9904d..6377adc48 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,7 @@ -# Ignore artifacts: +# Ignore artifacts tests/data/*/** + +# Automatically igored by git, but not by prettier +.mypy_cache +.pytest_cache +.ruff_cache