Skip to content

Commit d53dc68

Browse files
committed
chore: update dependencies and improve .gitignore - Update poetry.lock with latest dependency versions - Add dist/ and build/ to .gitignore to exclude build artifacts - Follows best practices for Python package repositories
1 parent 3036091 commit d53dc68

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ __pycache__/
1414
/site/
1515
coverage.xml
1616
htmlcov/
17+
dist/
18+
build/
1719
POA.md

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)