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

# Environment
.env
.venv/
venv/

# IDE
.vscode/
.idea/

# Cursor
.cursor/

# OS
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/

# mypy
.mypy_cache/

# Google OAuth secrets
data/google_credentials.json
data/google_token.json

# Neonize WhatsApp session databases
pincer-wa*
data/google_workspace_token.json
