Initial commit

This commit is contained in:
2025-09-27 12:02:22 +08:00
commit a4443765ee
33 changed files with 3896 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# cache
__pycache__
.pytest_cache
# params
*.safetensors
*.json
*.pkl
*.db
# train_log
*.log
# ignore file
-*
# vscode file
.vscode
# build file
build
*.egg-info