.env
.env.*
!.env.example
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
.local/
out/
token.json
*.token
*.secret
node_modules/
uv.lock

.venv/
