Skip to content

Commit e370323

Browse files
committed
Add .gitignore file and update Python version to 3.12.4 in streamlit
1 parent b990c2f commit e370323

File tree

5 files changed

+1259
-3
lines changed

5 files changed

+1259
-3
lines changed

Diff for: streamlit/.env.Example

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Restack Cloud (Optional)
2+
3+
# RESTACK_ENGINE_ID=<your-engine-id>
4+
# RESTACK_ENGINE_API_KEY=<your-engine-api-key>
5+
# RESTACK_ENGINE_ADDRESS=<your-engine-address>
6+
# RESTACK_CLOUD_TOKEN=<your-cloud-token>

Diff for: streamlit/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__pycache__
2+
.pytest_cache
3+
venv
4+
.env
5+
.vscode

0 commit comments

Comments
 (0)