/*
!/cli/
!/scripts/
!/README.md
!/pyproject.toml
!/SECURITY.md
!/SETUP_GITHUB.md
!/.gitignore
!/.gitattributes
!/.github/

# Python 构建产物
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/

# TruffleKit 本地状态
.truffle/

# 开发/系统文件
.vscode/
.idea/
*.swp
.env
.DS_Store
