__pycache__/
*.py[cod]
.venv/
venv/
build/
dist/
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
.uv/
uv.lock.bak
.DS_Store
Thumbs.db

# Credentials must never be committed.
.env
.env.*
!.env.example
*.token
*.tokens
*.pem
