megastyle-comparison / .gitignore
olfronar's picture
Initial deploy: MegaStyle image style comparison
33eae59 verified
raw
history blame contribute delete
331 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
# Virtual envs
.venv/
venv/
env/
# Hugging Face cache — must not be committed to the Space
.cache/
hf_cache/
huggingface/
# Gradio
flagged/
gradio_cached_examples/
# IDE
.idea/
.vscode/
*.swp
.DS_Store
# Secrets
.env
.env.local