chore(gitignore): add python cache related ignore rules
补充Python缓存文件、编译产物以及egg相关包的忽略规则,避免将这些文件提交到代码仓库
This commit is contained in:
parent
e35f1d64cf
commit
0036d5911b
8
.gitignore
vendored
8
.gitignore
vendored
@ -141,3 +141,11 @@ dist
|
|||||||
/data-panel/
|
/data-panel/
|
||||||
/.claude
|
/.claude
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Python cache
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
*.so
|
||||||
|
*.egg-info/
|
||||||
|
*.egg
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user