From db21690d75307beb8c75ae8866dbac9f33bebb53 Mon Sep 17 00:00:00 2001 From: ZureTz <2819058133@qq.com> Date: Sat, 15 Mar 2025 15:45:36 +0800 Subject: [PATCH] chore: update .gitignore to include bot config backup and PyEnv configuration files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index d53f278d0..b7920bdc0 100644 --- a/.gitignore +++ b/.gitignore @@ -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