hf-inference-api / .gitignore
goabonga's picture
Initial commit: HF Inference API with Gradio interface
b98ed7e unverified
raw
history blame contribute delete
175 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment
.env
# Models cache
.cache/
models/
# Logs
*.log