.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.development
.env.test
.env.production
.env.local
.env.development.local
.env.test.local
.env.production.local
__pycache__/

.vscode
.idea
.pytest_cache
.pytest_cache
.cursor/

mydoc/
mytest/

# 日志文件
backend/logs/
*.log

# 上传文件
backend/uploads/