Add PetKit CLI wrapper (status/feed/fountain/dump)

This commit is contained in:
hermes-home
2026-08-04 05:55:35 +00:00
commit b5c497530d
2 changed files with 123 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Секреты — не заливать в репо
.env
secrets/
*.token
# Python
__pycache__/
*.pyc
.venv/
venv/