chore(.gitignore): add PDM-specific entries to gitignore

This commit is contained in:
2024-12-09 20:24:38 +01:00
parent 44f72f9b0e
commit ec34d86501

9
.gitignore vendored
View File

@@ -20,11 +20,20 @@ ENV/
env.bak/
venv.bak/
# PDM
.pdm*
!pdm.lock
# Distribution / packaging
dist/
build/
/*cache/
# Tests
.pytest_cache/
.coverage
.htmlcov/
# Log files
logs/
*.log