# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/

# tether local data / secrets
*.db
*.db-*
.env

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