From d2c6473e495b27348dc53b065bfc592dea51341d Mon Sep 17 00:00:00 2001 From: James Walker Date: Sun, 16 Sep 2018 17:17:20 -0400 Subject: [PATCH] gitignore for python --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 74e5581..a13bb23 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,10 @@ +# exercism .solution.json + +# node/js node_modules/ + +# python +*.pyc +__pycache__ +.pytest_cache