#Ignore the __pycache__ files:

**/__pycache__/

#Ignore log files:

**/logs

#Ignore wandb files:

/wandb

#Local outputs:

/tutorial_outputs

#.ipynb_checkpoints

.ipynb_checkpoints/
.gitignore