This commit is contained in:
2026-04-28 15:13:03 +08:00
commit 876712fe7e
6 changed files with 1015 additions and 0 deletions

52
.gitignore vendored Normal file
View File

@@ -0,0 +1,52 @@
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# PyInstaller
dist/
build/
*.spec
# Virtual environments
venv/
.venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
*.txt
# Excel files (示例数据)
老师信息示例.xlsx
学生信息示例.xlsx
匹配结果示例.xlsx
# Certificates
*.pfx
*.p12
*.cer
*.crt
# Build artifacts
*.exe
*.msi
*.zip
# Documentation (auto-generated)
*.html
*.md