Week 16 of 2025

Development log of Rest in Python course

Let Git ignore the pycache directory

On by Tad Lispy

index 038c6d3..d17727a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ tmp/
=
=.ipynb_checkpoints
=.jupyter
+__pycache__/