7 lines
72 B
Plaintext
7 lines
72 B
Plaintext
# 忽略所有__pycache__目录
|
|
**/__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
test/ |