# ─────────────────────────────────────────────────────────────
# Proprietary AngryMiao content — NEVER commit (copyright / DMCA).
# Personal reverse-engineering for interop is one thing; redistributing
# the vendor's app or its decompiled source publicly is another.
# ─────────────────────────────────────────────────────────────
AM_Master_mac_*.pkg
AM_Master_mac_*_extracted/

# Reverse-engineering artifacts live only on the local machine.
# All of _re/ (decompiled sources, scans, analysis scripts) stays local;
# the first-party research scripts now live in the GitHub wiki.
/_re/

# Research-phase experiments moved to the GitHub wiki (kept out of the
# project root). Local scratch under experiments/ stays untracked.
/experiments/

# Claude Code worktrees (transient, per-agent working copies)
/.claude/worktrees/

# macOS
.DS_Store
**/.DS_Store

# Python / uv (the cyberboard CLI package)
.venv/
__pycache__/
*.py[cod]
build/
dist/
*.egg-info/
