Files
sql-support-bot-starter/.gitignore
T
Stephen Chu 31ff30496f Initial commit: SQL Support Bot Starter
Simple starter code for building a customer support agent using LangGraph Studio.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 09:22:47 -08:00

20 lines
156 B
Plaintext

.env
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.venv/
venv/
venv_*/
.DS_Store
*.db-journal
.vscode/
.idea/
.langgraph_api/