From 7d83480f934fd1660b1e03df31f099ed29783e9d Mon Sep 17 00:00:00 2001 From: Porkepix Date: Mon, 11 Jun 2018 11:54:31 +0200 Subject: [PATCH] Fix __pycache__ in .gitignore Used syntax was invalid --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 34b24e0..ec7a925 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ /.vagrant/ # Ignore molecule and pytest files -**__pycache__** +__pycache__/ .molecule .pytest_cache