diff options
| author | gdamms <damguillotin@gmail.com> | 2024-05-17 14:20:29 +0200 |
|---|---|---|
| committer | gdamms <damguillotin@gmail.com> | 2024-05-17 14:20:29 +0200 |
| commit | 6a9fdee33106fb048ec4e1cb428da96f3bbd0b39 (patch) | |
| tree | d69df258abb86906a0a48d83177d354675471dd9 /.gitignore | |
| parent | a8400ba2691e581b6059fe96bdb5df3fa8f37217 (diff) | |
| download | diffusion-mnist-6a9fdee33106fb048ec4e1cb428da96f3bbd0b39.tar.gz diffusion-mnist-6a9fdee33106fb048ec4e1cb428da96f3bbd0b39.zip | |
ignore all *.tmp.*
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ data/ # Model weights. *.pth -# Tmp pngs. -*.tmp.png +# Tmp files. +*.tmp.* # Byte-compiled / optimized / DLL files __pycache__/ |
