52 lines
438 B
Plaintext
52 lines
438 B
Plaintext
# 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 |