# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
.pytest_cache/

# Exported conversation data (contains private chat history)
my_chats/
*_output/
output/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Temp files
tmpclaude-*
