This repository has been archived on 2026-05-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
-----/.gitignore
2026-04-26 12:38:39 +08:00

19 lines
192 B
Plaintext

.DS_Store
__pycache__/
*.py[cod]
*.pyo
# Local training outputs and checkpoints
ckpt/
*.ckpt
*.pkl
# Runtime logs and temporary files
logs/
*.log
tmp/
temp/
# IDE/editor local state
.idea/