# Ignore all .png, .pkl, .sav, .ckpt files in all directories
*.png
*.pkl
*.sav
*.ckpt

# Ignore WandB logs
wandb/
**/wandb/

assets/
**assets/
.checkpoints/
**/checkpoints/
# Ignore PyTorch Lightning logs (common default is 'lightning_logs')
lightning_logs/
**/lightning_logs/

# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/

# Standard cache and temporary files
__pycache__/
*.pyc
*.pyo
*.pyd

# Mac and Linux system files
.DS_Store
