This repository has been archived on 2026-01-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
resources/.gitignore
T

8 lines
93 B
Plaintext

# 忽略 log 目录
log/
# 忽略 Python 编译文件
*.pyc
# 忽略环境配置文件
.env