diff --git a/config/git/ignore b/config/git/ignore index 0c2b81c..23a7385 100644 --- a/config/git/ignore +++ b/config/git/ignore @@ -28,3 +28,6 @@ target/ *.aux *.toc *.pdf + +# Python +__pycache__