AI Update: اقدامات پیشنهادی رو انجام بده

This commit is contained in:
Antigravity Bot
2026-08-30 19:04:49 +03:30
parent b1b00e142e
commit 7a26378a09
3 changed files with 33 additions and 20 deletions
+6
View File
@@ -1,6 +1,7 @@
import os
import sys
import json
import html
import logging
import asyncio
import urllib.request
@@ -12,6 +13,11 @@ from config import settings
logger = logging.getLogger("AGYGitManager")
def escape_html(text: str) -> str:
if not text:
return ""
return html.escape(str(text), quote=False)
DEFAULT_GITIGNORE = """# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]