diff --git a/.gitignore b/.gitignore index 32c67cc..2a876e0 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,11 @@ ENV/ *.pyo *.pyd +# Python testing +.pytest_cache/ +.ruff_cache/ +.coverage + # macOS specific files .DS_Store