diff --git a/.config/git/ignore b/.config/git/ignore index 175fdc2..a083ae7 100644 --- a/.config/git/ignore +++ b/.config/git/ignore @@ -17,3 +17,6 @@ node_modules # Ignore session file created by obsession-vim Session.vim + +# Ignore python bytecode cache +__pycache__