Hy4-preview / .gitignore
yiqichen01's picture
Add .gitignore
3a88b69 verified
Raw
History Blame
421 Bytes
# 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/