# Python
__pycache__/
*.py[cod]

# Virtual environments
.venv/
venv/
env/
ENV/

# Environment files（允许提交示例）
.env
.env.*
*.env
!.env.example
!.env.*.example

# Logs & runtime artifacts
logs/
src/logs/
*.log
archives/
src/archives/
.debug.log

## Browser profiles / caches
.tmp_video_profile*/

# Tool caches
.pytest_cache/
.mypy_cache/

# IDE
.vscode/
.idea/
.trae/
.cursor/

# OS
.DS_Store
Thumbs.db
/tmp/
