Week 16 of 2025
Development log of Rest in Python course
Let Git ignore the pycache directory
On by
index 038c6d3..d17727a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ tmp/
=
=.ipynb_checkpoints
=.jupyter
+__pycache__/
Development log of Rest in Python course
On by
index 038c6d3..d17727a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ tmp/
=
=.ipynb_checkpoints
=.jupyter
+__pycache__/