Skip to content

Commit 6d2b117

Browse files
samgdfoz-agent
andauthored
Merge sam/local-changes (#24)
* Local prompt for RAG + repo hardening - Replace external hub prompt pull with local prompt template for RAG\n- Add bank/restaurant domains + docs updates\n- Harden .gitignore to prevent committing secrets\n- Add healthcare datasets from datasets/ Co-Authored-By: Oz <oz-agent@warp.dev> * Remove ecommerce and finance domains These domains are not needed for the local golden demo setup and can be removed. Co-Authored-By: Oz <oz-agent@warp.dev> --------- Co-authored-by: Sam <samgdf@users.noreply.github.com> Co-authored-by: Oz <oz-agent@warp.dev>
1 parent 675b953 commit 6d2b117

61 files changed

Lines changed: 6136 additions & 3819 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,26 @@ Thumbs.db
6666

6767
# Streamlit
6868
.streamlit/secrets.toml
69+
# Ignore any secrets files even if copied elsewhere
70+
**/secrets.toml
6971

7072
# Environment variables
7173
.env
74+
.env.*
7275
.env.local
7376
.env.*.local
7477

78+
# Dataset env files
79+
**/datasets/.env
80+
81+
# Credentials / keys
82+
*.pem
83+
*.key
84+
*.p12
85+
*.pfx
86+
*.crt
87+
*.cer
88+
7589
# Logs
7690
*.log
7791
logs/
@@ -81,6 +95,10 @@ data/
8195
*.db
8296
*.sqlite
8397

98+
# Domain docs that are typically generated locally (can contain sensitive/example data)
99+
domains/**/docs/qa.csv
100+
domains/**/docs/relational_*.csv
101+
84102
# Jupyter Notebook
85103
.ipynb_checkpoints
86104

0 commit comments

Comments
 (0)