1{ 2 "ignorePatterns": [ 3 "**/vendor/**", 4 "**/node_modules/**", 5 "**/*.min.*", 6 "**/htmlcov/**", 7 "**/.venv/**", 8 "**/.pytest_cache/**" 9 ] 10}