.DS_Store
.mypy_cache
__pycache__
*.pyc
.venv/

# Sensitive data
wechat_keys.json
wechat_keys*.json

# Output directories
decrypted/
exported/
*.txt
!requirements.txt

# Build artifacts
dist/
*.egg-info/
build/
.test-venv/
