# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
.pytest_cache/
pytest-cache-files-*/

# 环境与密钥
.env
cookies.json
*.cookie
*.log

# 编辑器
.idea/
.vscode/
.DS_Store
