Python CLI using OpenAI API with SQLite conversation persistence. Supports named conversations, model selection, system prompts, and streaming responses. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
14 lines
157 B
Text
14 lines
157 B
Text
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Secrets and local data
|
|
.env
|
|
conversations.db
|