aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'examples/.gitignore')
-rw-r--r--examples/.gitignore11
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