about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/profiles/git.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/git.nix b/home/profiles/git.nix
index de2cbf6..cf90da6 100644
--- a/home/profiles/git.nix
+++ b/home/profiles/git.nix
@@ -49,6 +49,7 @@ in
     ignores = [
       "*~"
       ".direnv"
+      "__pycache__"
     ];
   };