git:ignore: Add __pycache__

This commit is contained in:
2022-09-06 11:10:07 +02:00
parent bef12252ba
commit 919e5c0a0b

View File

@@ -17,3 +17,6 @@ node_modules
# Ignore session file created by obsession-vim
Session.vim
# Ignore python bytecode cache
__pycache__