chore: 更新 .gitignore 让其包含由 Webui 生成的 bot config backup 文件, 以及 PyEnv 的配置文件

chore: 更新 .gitignore 让其包含由 Webui 生成的 bot config backup 文件, 以及 PyEnv 的配置文件
pull/429/head
HYY 2025-03-15 19:53:09 +08:00 committed by GitHub
commit 5b237e927a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -16,6 +16,7 @@ memory_graph.gml
.env.*
config/bot_config_dev.toml
config/bot_config.toml
config/bot_config.toml.bak
src/plugins/remote/client_uuid.json
# Byte-compiled / optimized / DLL files
__pycache__/
@ -205,3 +206,8 @@ jieba.cache
.idea
*.iml
*.ipr
# PyEnv
# If using PyEnv and configured to use a specific Python version locally
# a .local-version file will be created in the root of the project to specify the version.
.python-version