# Git
.git
.gitignore
.gitattributes

# CI/CD
.github

# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
ENV/
env/

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

# OS
.DS_Store
Thumbs.db

# Documentation
docs/
*.md
!README.en.md
!README.zh.md

# Test outputs
output/
tests/
test_data/

# Build artifacts
UCAgent.egg-info/

# Misc
.env
.env.local
*.log
