Files
AI-tianyan/.dockerignore
master 88b2e71a77 fix(event): add 401 handling to prevent infinite retry loop on auth failure
- UploadError struct to distinguish fatal auth errors from network errors
- Clear buffer and throttle on 401/403 to save bandwidth
- Prevent dead-loop retry when token is invalid or expired
2026-05-08 21:00:14 +08:00

12 lines
82 B
Plaintext

.git/
.gitignore
build/
data/
*.om
*.onnx
*.tar.gz
logs/
venv/
__pycache__/
*.pyc