diff --git a/.gitignore b/.gitignore
index d1bed128fa83b3ed094d8387f4b8f19c019e2ae8..707a4ec30a8f2725ac73237a118e473f66c13541 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,3 +59,10 @@ typings/
 
 # next.js build output
 .next
+
+# IPython temporary files
+.ipynb_checkpoints/
+
+# Python temporary files
+__pycache__/
+