删除__pycache__文件夹并更新.gitignore以忽略这些目录
This commit is contained in:
parent
a1f9a56781
commit
e638b7395d
5
.gitignore
vendored
5
.gitignore
vendored
@ -11,6 +11,11 @@ __pycache__/
|
|||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
|
||||||
|
# 确保所有层级的__pycache__目录都被忽略
|
||||||
|
**/__pycache__/
|
||||||
|
*/__pycache__/
|
||||||
|
*/**/__pycache__/
|
||||||
|
|
||||||
# IDE相关
|
# IDE相关
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user