# Python
__pycache__/
*.py[cod]
*.so
.Python
*.pyc

# Screenshots
screenshot_*.png
monitor_*.png

# Virtual Environment
venv/
.venv/
env/

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

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# OS
.DS_Store
Thumbs.db

# Email Config (sensitive)
email_config.py

# Chrome Debug Profile
chrome_debug_profile/

# Node modules (if any)
node_modules/

# Environment variables
.env
.env.local
