From 48b36a44168b5fe275ba1b61c3a6d8a59c3f17ce Mon Sep 17 00:00:00 2001 From: PAN Lei Date: Wed, 17 Apr 2024 15:53:36 +0200 Subject: [PATCH] add .gitignore file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e4f7f4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +*.py[cod] +*$py.class \ No newline at end of file