# Python __pycache__/ *.py[cod] *$py.class *.so *.egg-info/ dist/ build/ *.egg # Virtual environments .venv/ venv/ env/ # IDE .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db # Model checkpoints (do not commit large model files) *.safetensors *.bin *.pt *.pth *.ckpt # Training outputs output/ saves/ # Generated by the multi-node launch scripts env.txt hostfile pssh.hosts # Logs *.log logs/ # Cache .cache/