初始化模板仓库

This commit is contained in:
2026-04-08 13:55:17 +08:00
commit 61a435965f
9 changed files with 1019 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
# Environment
.env
.env.example
# Python
__pycache__/
*.py[cod]
*$py.class
.ruff_cache/
# Data (homework content - use as template)
data/
# Generated outputs
index.pdf
index.typ
# Secrets
.secret