diff options
| author | 2024-03-11 21:51:31 +0800 | |
|---|---|---|
| committer | 2024-03-11 21:51:31 +0800 | |
| commit | f4fbfe6114c2afc459c50fb1da6fbed7b0fe38a6 (patch) | |
| tree | 10b2ea4c1eecf5aa8639383c7de5d6eb9630bd2a /examples/.gitignore | |
| parent | 18731dbca0808b872d624f35f6203337830b2593 (diff) | |
| download | ipm-f4fbfe6114c2afc459c50fb1da6fbed7b0fe38a6.tar.gz ipm-f4fbfe6114c2afc459c50fb1da6fbed7b0fe38a6.zip | |
chore(examples): add examples directory
Diffstat (limited to 'examples/.gitignore')
| -rw-r--r-- | examples/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
