From 8cdd4293d4d08ae66989a9d6b8446ee544e06781 Mon Sep 17 00:00:00 2001 From: Haozheng Fan Date: Mon, 10 May 2021 16:37:59 +0800 Subject: [PATCH 1/2] add gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..fd77e0ea --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class +.pytest_cache/ +.pylint.d/ From ee7349c94fd85936b69dc1ea2ac3e05dad6d4765 Mon Sep 17 00:00:00 2001 From: Haozheng Fan Date: Mon, 10 May 2021 16:39:04 +0800 Subject: [PATCH 2/2] fix --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index fd77e0ea..1328f6b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,2 @@ -# Byte-compiled / optimized / DLL files +# PyCache files __pycache__/ -*.py[cod] -*$py.class -.pytest_cache/ -.pylint.d/