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

# Virtual environments
venv/
.venv/
env/

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

# Coldmail data (never commit these)
emails.vc
*.vc
credentials.json
gmail_token.json

# OS
.DS_Store
Thumbs.db
