// macOS specific system files
(?d).DS_Store
._*
.Spotlight-V100
.Trashes
// Windows specific system files
(?d)Thumbs.db
(?d)desktop.ini
// Linux filesystem recovery folder
lost+found
.venv
.venv-*
__pycache__
*.pyc
wandb/
checkpoints/
**/wandb/
**/checkpoints/