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

# Virtual environments
.venv
venv/

# Environment variables (敏感信息)
.env
.env.local
.env.*.local

# Output files
outputs/
*.mp4
*.wav
*.srt

# System files
.DS_Store
*.swp
*.swo
*~

# IDE
.idea/
.vscode/
*.sublime-*

# uv lock file (可选，根据需求)
# uv.lock
