plexi / .gitignore
LazyHuman10
Prepare Hugging Face Space deployment
fbe7a99
raw
history blame contribute delete
293 Bytes
__pycache__
.github
!.github/
!.github/workflows/
!.github/workflows/*.yml
# Environment variables
.env
# Credentials and tokens
credentials.json
token.json
service_account.json
# Python virtual environments
venv/
env/
ENV/
.venv/
.pyenv/
.streamlit/*
!.streamlit/config.toml
.zencoder