# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/

# Virtual env
.venv/

# Local config
.env
chat_history.json

# Lock files
uv.lock
