mirror of
https://github.com/pufereq/python-template.git
synced 2025-12-15 07:39:32 +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/
|
||||
venv.bak/
|
||||
|
||||
# PDM
|
||||
.pdm*
|
||||
!pdm.lock
|
||||
|
||||
# Distribution / packaging
|
||||
dist/
|
||||
build/
|
||||
/*cache/
|
||||
|
||||
# Tests
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
.htmlcov/
|
||||
|
||||
# Log files
|
||||
logs/
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user