# Credentials — never commit
.env

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

# Virtual environments
.venv/
venv/

# Editor
.vscode/
.idea/
