5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
# 忽略所有__pycache__目录
|
||
|
**/__pycache__/
|
||
|
*.pyc
|
||
|
*.pyo
|
||
|
*.pyd
|