1
0

feat: add legacy stuff

This commit is contained in:
2026-05-26 16:54:54 +08:00
parent 9d62f7d63d
commit c6f62a265d
7 changed files with 656 additions and 0 deletions

15
pandoc/.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
## ======== Personal ========
# Ignore the log file of Pandoc plugin pandoc-tex-numbering
pandoc-tex-numbering.log
## ======== Python ========
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv