18 lines
146 B
Plaintext
18 lines
146 B
Plaintext
# Python 缓存
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Python 虚拟环境
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# 系统垃圾
|
|
.DS_Store
|
|
Thumbs.db |