aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-03-08 16:45:01 +0800
committer苏向夜 <fu050409@163.com>2024-03-08 16:45:01 +0800
commita3c01c905ea4466b1030006f7d21e59edf163236 (patch)
treef314df2be972399654d0156a8ee27fe036c8e3ee
parent005fdde5af3e78d216b79ac72c3d4e48f343b45f (diff)
downloadipm-a3c01c905ea4466b1030006f7d21e59edf163236.tar.gz
ipm-a3c01c905ea4466b1030006f7d21e59edf163236.zip
feat(const): update gitignore data
-rw-r--r--src/ipm/const.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ipm/const.py b/src/ipm/const.py
index 753c3a3..d280a79 100644
--- a/src/ipm/const.py
+++ b/src/ipm/const.py
@@ -21,7 +21,9 @@ __pycache__/
*.pyc
# Builds
-
-build/
+.ipm-build/
dist/
+
+# PDM
+.pdm-python
"""