mirror of
https://github.com/1c7/chinese-independent-developer.git
synced 2026-08-16 18:13:28 +08:00
22 lines
149 B
Plaintext
22 lines
149 B
Plaintext
# 环境变量
|
|
.env
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
|
|
# 虚拟环境
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|