I am using OR criteria in query to exclude data with specific text but it seems that OR criteria is not working. Check The below image in which I used the query function to exclude data where Column B is 'West' or 'East' but the its not working.

Any help on above will be appreciated.
Formula used:-
=QUERY(A1:B14,"Select * Where A is not null and (B<>'West' or B<>'East')")