# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment and secrets（切勿提交 .env，内含密钥）
.env
.env.local
*.local

# Test and cache
.pytest_cache/
.coverage
htmlcov/
