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

# Environment
.env
.env.local

# IDE
.idea/
.vscode/
*.swp
*~

# OS
.DS_Store
Thumbs.db

# Claude Code
.claude/

# Test output logs
.test-logs/

# Dev runtime logs
cli_output.log
*.output.log

# Test
.pytest_cache/
tests/.cache/
htmlcov/
.coverage

# SQLite
*.db

# MCP config
.mcp.json
