about summary refs log tree commit diff
path: root/home/profiles/git.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-06-02 19:43:12 -0700
committerFranck Cuny <franck@fcuny.net>2023-06-02 19:43:12 -0700
commit4e47672a11ec3a34964525d0740c7d230e0f9791 (patch)
tree9302cf4a00883d099a0fdab3998688dbe35c2f04 /home/profiles/git.nix
parentprofiles/dev: set MYPY_CACHE_DIR (diff)
downloadworld-4e47672a11ec3a34964525d0740c7d230e0f9791.tar.gz
profiles/git: ignore python bytecode
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__"
     ];
   };