fix: export_pptx.py

Related to #4
This commit is contained in:
binaryify
2026-08-06 18:02:20 +08:00
parent 066cbc33a5
commit f77ee8dfcb
7 changed files with 204 additions and 77 deletions
+3 -1
View File
@@ -1,8 +1,10 @@
# When .npmignore exists, npm ignores .gitignore for packing.
# Keep packaging exclusions here even if they already appear in .gitignore.
__pycache__/
**/__pycache__/
**/__pycache__/**
*.py[cod]
**/*.py[cod]
*$py.class
.pytest_cache/