chore: 更新.gitignore,添加JetBrains相关文件和目录,移除.env文件

pull/334/head
春河晴 2025-03-13 15:05:32 +09:00
parent c83fbc1529
commit c4d1df3d48
No known key found for this signature in database
1 changed files with 6 additions and 2 deletions

8
.gitignore vendored
View File

@ -190,7 +190,6 @@ cython_debug/
# PyPI configuration file # PyPI configuration file
.pypirc .pypirc
.env
# jieba # jieba
jieba.cache jieba.cache
@ -199,4 +198,9 @@ jieba.cache
!.vscode/settings.json !.vscode/settings.json
# direnv # direnv
/.direnv /.direnv
# JetBrains
.idea
*.iml
*.ipr