diff options
author | Franck Cuny <franck@fcuny.net> | 2023-06-02 19:43:12 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-06-02 19:43:12 -0700 |
commit | 4e47672a11ec3a34964525d0740c7d230e0f9791 (patch) | |
tree | 9302cf4a00883d099a0fdab3998688dbe35c2f04 /home/profiles/git.nix | |
parent | profiles/dev: set MYPY_CACHE_DIR (diff) | |
download | world-4e47672a11ec3a34964525d0740c7d230e0f9791.tar.gz |
profiles/git: ignore python bytecode
Diffstat (limited to 'home/profiles/git.nix')
-rw-r--r-- | home/profiles/git.nix | 1 |
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__" ]; }; |