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
@@ -29,7 +29,7 @@ import argparse
import urllib.request
import urllib.error
from auth import get_credentials, resolve_remote, add_remote_args
from gitea_auth import get_credentials, resolve_remote, add_remote_args
def main(argv=None):