I have a project and there are lots files with the name .ipynb_checkpoints
or __pycache__
. How do I add those to the gitignore. I have copied and pasted the few below but want to know the proper way.
*.ipynb_checkpoints
*.ipynb_checkpoints/
*.ipynb_checkpoints/.
*.ipynb_checkpoints/*
*.__pycache__
*.__pycache__/*
*.__pycache__/
*.__pycache__/.