diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,3 +19,7 @@ # Local Linear API key for the seed script (never commit secrets) apikey.txt + +# Python bytecode from the helper scripts and their tests +__pycache__/ +*.pyc |
