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