gravity / .gitignore
ayushnoori's picture
Add real-time inference
ca764d6
raw
history blame
208 Bytes
# Ignore Mac temporary files
*.DS_Store
.DS_Store
# Ignore python cache files
__pycache__/
# Ignore model files
data/*.pt
# Ignore secrets
.streamlit/secrets.toml
.streamlit/gravity-user-db.json
test.ipynb