# Credentials & tokens
.env
tokens.json

# Python
__pycache__/
*.pyc
*.pyo
venv/
.venv/
dist/
build/
*.egg-info/

# IDE
.vscode/
.idea/
