添加对 pyrightconfig 的 ignore,方便使用其他 IDE 的人使用 config 文件指定虚拟环境位置等

This commit is contained in:
2025-11-24 18:36:06 +08:00
parent 0b7d21aeb0
commit ae59c20e2f
2 changed files with 7 additions and 1 deletions

6
.gitignore vendored
View File

@ -1,5 +1,11 @@
# 基本的数据文件,以及环境用文件
/.env
/data
/pyrightconfig.json
/pyrightconfig.toml
# 缓存文件
__pycache__
# 可能会偶然生成的 diff 文件
/*.diff