15 lines
189 B
Plaintext
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
|