diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,3 +12,8 @@ _opam/ .DS_Store *~ *.swp + +# Python -- tools/check_citations.py and its self-test are run directly +# (not installed as a package), so this is the only Python artefact the +# repo ever produces. +tools/__pycache__/ |
