From 6c0b5f4707cc8f14618e8fceba274848927b341c Mon Sep 17 00:00:00 2001 From: pycsham <shampuiyanchloe@gmail.com> Date: Sun, 16 Feb 2020 23:26:13 -0500 Subject: [PATCH] Added a gitignore for cache and test automation files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7e99e36..75a1ceb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -*.pyc \ No newline at end of file +*.pyc +__pycache__/ +ErrorTest.py +Test.py -- GitLab