# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/

# Output files (generated by the tool)
*_PinList.xlsx
*.xls.bak
*.xlsx.bak

# OS
.DS_Store
Thumbs.db

# Agent metadata
.openclaw/
AGENTS.md
HEARTBEAT.md
IDENTITY.md
SOUL.md
TOOLS.md
USER.md

# Release archives (keep versioned release notes only)
Releases/*.zip

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