DiffusionTokenizer / .gitignore
Jordan Legg
working build
5b879f4
raw
history blame contribute delete
198 Bytes
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
dist/
build/
*.whl
# Virtual Environment
venv/
env/
ENV/
.venv/
.env/
# Jupyter Notebook
.ipynb_checkpoints
# Gradio specific
gradio_cache/