refactor: rename auth.py to gitea_auth.py and ignore env files

This commit is contained in:
2026-06-21 22:27:40 -04:00
parent 203e9d4cb7
commit 51296c88a3
9 changed files with 269 additions and 120 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ Examples:
import sys
import argparse
from auth import (
from gitea_auth import (
get_credentials, resolve_remote, add_remote_args,
api_request, repo_api_url,
)