This commit is contained in:
eric
2026-03-10 05:25:08 -05:00
parent 68aefbcee6
commit e5c797f5de
9 changed files with 56 additions and 48 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# 日志文件(不产生,避免 git 本地/线上不一致)
*.log
payment_notify.log
xorpay_notify.log
# Python
__pycache__/
*.py[cod]
venv/
.venv/
.env
.env.local