stf_model / .gitignore
andres.salguero
Update project for Hugging Face Spaces
5f21106
raw
history blame contribute delete
350 Bytes
# Python virtual environment
venv/
env/
ENV/
# Python bytecode
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# Jupyter Notebook
.ipynb_checkpoints
# Environment variables
.env
.env.local
# Streamlit specific
.streamlit/
# OS specific
.DS_Store
Thumbs.db