docs(poetry): fix typo (#13646)

This commit is contained in:
Przemysław Janiszewski 2026-03-24 08:44:42 +01:00 committed by GitHub
commit 2614f529ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 5 deletions

6
.gitignore vendored
View file

@ -4,7 +4,12 @@ custom/
# temp files directories
cache/
log/
# Vim swap/backup files
*.swp
*.swo
# macOS system files
.DS_Store
# editor configs
@ -13,3 +18,4 @@ log/
# zcompile cached files
*.zwc
*.zwc.old