diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-08 16:06:35 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-08 16:06:35 +0200 |
| commit | 25d5bb44c2f4acc76ac6b56b1a8db556b9c4eb51 (patch) | |
| tree | 6ad0d30a307b4d259527bbac5184dc6eb758c263 | |
| parent | f1c4df943554ad11d39dc62280d41de2a1ef925d (diff) | |
| download | imggen-25d5bb44c2f4acc76ac6b56b1a8db556b9c4eb51.tar.gz imggen-25d5bb44c2f4acc76ac6b56b1a8db556b9c4eb51.zip | |
Ignore Python bytecode
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
| -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 |
