Files
xunlian/.dockerignore
T
2026-08-18 09:32:14 +08:00

15 lines
189 B
Plaintext

# Keep the environment image small; dataset and training outputs are mounted
# from the host at runtime.
train/
valid/
test/
runs/
*.pt
__pycache__/
*.py[cod]
.git/
.venv/
venv/
env/
*.log