# 环境变量
.env

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# 虚拟环境
.venv/
venv/
env/

# macOS
.DS_Store

# IDE
.vscode/
.idea/
