# Python / uv
.venv/
venv/
env/
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# telepy runtime state & secrets - NEVER commit (live session / creds / identity)
session.json
identity.json
cloud.json
*.session

# Logging
*.log

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
