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