From 8aa8449f5bf8ab1d18e73872e5f76fc0fb13f0ba Mon Sep 17 00:00:00 2001 From: David Date: Wed, 22 Jan 2020 12:49:40 -0500 Subject: [PATCH] update to ignore __pycache__ wherever it appears --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b3cde95..61b11f1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ .tox dist/ wideq_state.json -wideq/__pycache__ \ No newline at end of file +__pycache__ \ No newline at end of file