# Build artifacts
*.zip
*.tar.gz
build/
dist/
_build_temp/

# Build scripts (personal use only)
build.py
build.sh
build.bat

# Logs
*.log
ProxyPinCert.log
ProxyPinCA.log

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

# OS
.DS_Store
Thumbs.db
desktop.ini
ehthumbs.db

# Temp
*.tmp
*.temp
*.bak

# Python
__pycache__/
*.pyc
*.pyo
