diff options
| author | 2024-03-08 16:45:01 +0800 | |
|---|---|---|
| committer | 2024-03-08 16:45:01 +0800 | |
| commit | a3c01c905ea4466b1030006f7d21e59edf163236 (patch) | |
| tree | f314df2be972399654d0156a8ee27fe036c8e3ee /src | |
| parent | 005fdde5af3e78d216b79ac72c3d4e48f343b45f (diff) | |
| download | ipm-a3c01c905ea4466b1030006f7d21e59edf163236.tar.gz ipm-a3c01c905ea4466b1030006f7d21e59edf163236.zip | |
feat(const): update gitignore data
Diffstat (limited to 'src')
| -rw-r--r-- | src/ipm/const.py | 6 |
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 """ |
