From f4fbfe6114c2afc459c50fb1da6fbed7b0fe38a6 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 11 Mar 2024 21:51:31 +0800 Subject: chore(examples): add examples directory --- examples/.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/.gitignore (limited to 'examples/.gitignore') diff --git a/examples/.gitignore b/examples/.gitignore new file mode 100644 index 0000000..ab5a4f0 --- /dev/null +++ b/examples/.gitignore @@ -0,0 +1,11 @@ +# Initialized `.gitignores` @generated by IPM. +# Python +__pycache__/ +*.pyc + +# Builds +.ipm-build/ +dist/ + +# PDM +.pdm-python -- cgit v1.2.3-70-g09d2