__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

# Test & Bytecode Caches
.pytest_cache/
__pycache__/
*.py[cod]
.ruff_cache/
.mypy_cache/
