1
0
Files
bagu-thesis/pandoc/.gitignore
2026-05-26 16:54:54 +08:00

16 lines
253 B
Plaintext

## ======== 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