# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
ENV/
env/
*.egg-info/
dist/
build/

# Environment
.env
.env.local

# Outputs
outputs/
temp/
output_*/
*.cache

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Logs
*.log
logs/

# Test
.pytest_cache/
.coverage
htmlcov/

# MCP
.mcp-cache/

# Config with API keys
claude_desktop_config.json

# Generated images
gemini_*.png
gemini_*.jpg
gemini_*.gif
gemini_*.webp