mirror of
https://github.com/pufereq/python-template.git
synced 2025-12-15 23:59:33 +00:00
chore(.gitignore): add PDM-specific entries to gitignore
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -20,11 +20,20 @@ ENV/
|
|||||||
env.bak/
|
env.bak/
|
||||||
venv.bak/
|
venv.bak/
|
||||||
|
|
||||||
|
# PDM
|
||||||
|
.pdm*
|
||||||
|
!pdm.lock
|
||||||
|
|
||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
dist/
|
dist/
|
||||||
build/
|
build/
|
||||||
/*cache/
|
/*cache/
|
||||||
|
|
||||||
|
# Tests
|
||||||
|
.pytest_cache/
|
||||||
|
.coverage
|
||||||
|
.htmlcov/
|
||||||
|
|
||||||
# Log files
|
# Log files
|
||||||
logs/
|
logs/
|
||||||
*.log
|
*.log
|
||||||
|
|||||||
Reference in New Issue
Block a user