feat: add GIF animation packer

This commit is contained in:
2026-05-09 11:45:04 +08:00
parent cbda862c0c
commit df9b77613d
6 changed files with 350 additions and 0 deletions

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Virtual environments and local environment files
.venv/
venv/
env/
.env
.env.*
# Packaging and build output
build/
dist/
*.egg-info/
# Generated animation conversion output
frames/
littlefs/anim/
# Local LVGL checkout used by the converter
lvgl/
# Editor and OS noise
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
# Local Codex/agent workspace metadata
.agents/
.codex/