gitignore: replace .pdm.toml with .pdm-python
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
e073df40b0
commit
c4aaf43662
|
@ -8,6 +8,6 @@ __pycache__/
|
||||||
venv
|
venv
|
||||||
start_moonraker
|
start_moonraker
|
||||||
*.env
|
*.env
|
||||||
.pdm.toml
|
.pdm-python
|
||||||
build
|
build
|
||||||
dist
|
dist
|
||||||
|
|
Loading…
Reference in New Issue