diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +# Torch datas. +data/ + +# Model weights. +*.pth + +# Tmp pngs. +*.tmp.png + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] |
