storywave / .gitignore
muhqaxim's picture
:fire:Initialized
c4de01b
raw
history blame contribute delete
127 Bytes
# Python
__pycache__/
*.pyc
.env
venv/
.venv/
# model checkpoints & outputs
ckpts/
samples/
outputs/
.cache/
hf_hub_download/