Files
ClassFeedback/.gitignore
2026-06-02 23:01:58 +08:00

15 lines
154 B
Plaintext

# 环境变量文件(包含敏感信息)
.env
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
# 其他常见忽略项
*.log
*.tmp
.DS_Store
Thumbs.db