# ─── Python ──────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.venv/
venv/

# ─── Real radio operational data (do NOT commit) ─────────────────────────
# Actual codeplug exports and dumps contain real talkgroups, member IDs,
# frequencies, and org identity. The tool works on user-supplied files.
sample-export/
samples/
*.unipps
*.db

# ─── Third-party proprietary material (do NOT commit) ────────────────────
# Decompiled source from the proprietary PPS software. The reverse-
# engineering write-ups (FORMAT.md, REVERSE_ENGINEERING.md) stay.
reference_*.decompiled.cs

# ─── Editor / OS ─────────────────────────────────────────────────────────
.DS_Store
*.swp
*~
.idea/
.vscode/
