# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo

# 环境变量
.env

# 测试
.pytest_cache/
.coverage
htmlcov/

# 其他
*.log
.DS_Store
storage/
