# Python cache
__pycache__/
*.pyc

# Runtime history (last prompt / last pose)
history/
history/*.txt

# Logs
logs/
logs/*.jsonl

#vscode
.vscode/

#apikey
api_keys.txt
