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

# Testing
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

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

# Environment
.env
.venv/
venv/

# OS
.DS_Store
Thumbs.db

# MailPilot data (never commit user data)
.mailpilot/
.claude/
