tdb-intake / .gitignore
tttjjj's picture
Add Streamlit/HF-Space version; move Next.js code into legacy/
2aabc58
Raw
History Blame
248 Bytes
# Python
__pycache__/
*.py[cod]
.venv/
venv/
# Streamlit secrets
.streamlit/secrets.toml
# Legacy Next.js
node_modules
.next
out
# Local-only data (HF Dataset is the real store in prod)
data/
# Env files
.env
.env.local
*.local
# OS
.DS_Store