Implement GMAIL RAG assistant
This commit is contained in:
22
week5/community-contributions/emmy/gmail_rag/.gitignore
vendored
Normal file
22
week5/community-contributions/emmy/gmail_rag/.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Secrets - NEVER commit these!
|
||||
.env
|
||||
credentials.json
|
||||
token.json
|
||||
|
||||
# Vector Database (contains your emails)
|
||||
chroma/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
.DS_Store
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user