This commit is contained in:
eric
2026-03-15 19:12:12 -05:00
parent 7d57cdc503
commit d44417d10a
42 changed files with 3953 additions and 3 deletions

13
.gitignore vendored Normal file
View File

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