Compare commits

...

4 Commits

Author SHA1 Message Date
Daniel Johnson
a41112a9ab
Merge pull request #4279 from SRv6d/main
Add `.pdm-python` to python gitignore
2024-05-08 15:35:40 -07:00
Marvin Vogt
bfa56dc5d8
Add .pdm-build/ 2023-12-28 14:21:54 +01:00
Marvin Vogt
bb629fc14d
Update PDM docs reference
Co-authored-by: Leonardo Nascimento <6169152+leonaascimento@users.noreply.github.com>
2023-10-01 22:41:53 +02:00
Marvin Vogt
e8131b2a80
Add .pdm-python to python gitignore 2023-04-09 18:25:17 +02:00

View File

@ -106,8 +106,10 @@ ipython_config.py
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
.pdm.toml
.pdm-python
.pdm-build/
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/