diff options
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,3 +4,7 @@ # Local generated output / model cache, if ever placed in-repo /out/ /models/ + +# Python bytecode (from running tests in-container) +__pycache__/ +*.pyc |
