diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 31f83172c..0f9201c0f 100644 --- a/.gitignore +++ b/.gitignore @@ -86,6 +86,10 @@ history # --- elisp ruleset --- *.eln +# Python bytecode caches (scripts/, tests/) +__pycache__/ +*.pyc + # Emacs backup and auto-save files *~ \#*\# |
