WorldModel-ConnectX / .gitignore
alextoti1's picture
Publish full project code and checkpoint
9ede8c0 verified
Raw
History Blame Contribute Delete
481 Bytes
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
# Virtual environments
.venv/
venv/
env/
# Trained checkpoints -- regenerable via scripts/train.py, deliberately NOT
# blanket-ignored: checkpoints/connectx_checkpoint.pt (the one actually
# shipped/deployed) is explicitly kept, everything else here is not.
checkpoints/*.pt
!checkpoints/connectx_checkpoint.pt
# Local run logs / scratch output
*.log
*.out
# OS/editor cruft
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp