diff --git a/.gitignore b/.gitignore index 3cd1f5ab90..7af6da8c14 100644 --- a/.gitignore +++ b/.gitignore @@ -95,9 +95,11 @@ fabric.properties ### Python template # Byte-compiled / optimized / DLL files __pycache__/ +.pytest_cache/ *.py[cod] *$py.class + # C extensions *.so