23 lines
212 B
Plaintext
23 lines
212 B
Plaintext
# 模型和数据(不提交)
|
|
ckpt.pt
|
|
dataset/
|
|
*.tar
|
|
*.tar.gz
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
libraries/
|
|
|
|
# 提交用 zip(自动生成,不提交)
|
|
eval.zip
|
|
*.zip
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# 密钥
|
|
.env
|