__pycache__/
*.pyc
*.pyo
.venv/
dist/
build/
*.egg-info/
*.tar.gz
*.whl

# Data files
accounts.xlsx
created_accounts.json
saved_tokens.json
*.db

# Environment
.env
