.DS_Store

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
.env

# Credentials & Tokens
google_credentials.json
gmail_token.json
gmail_token_*.json

# User specific data
.chat_id
Data/
settings.json

# Dev folders
Notes/
Helper Scripts And Files/