From 9851eb20df4f1ea4348228be0366d466ca8cb2b2 Mon Sep 17 00:00:00 2001 From: majorli Date: Tue, 13 Dec 2022 08:19:25 +0000 Subject: [PATCH] add .gitignore for python link #I626ZS Signed-off-by: majorli --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..bb246bf61 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +build/ +dist/ +*.egg-info/ -- Gitee