node_modules/
dist/
*.tsbuildinfo
.DS_Store
*.log
board-export.json

# Secrets, credentials & local session/context — never commit
.env
.env.*
*.env
creds*
*.pem
*.key
secrets/
.claude/
.mitmproxy/
wg-*.conf

# local diagnostic/RE tooling & capture output — kept local, not published
tools/

# personal drafts & notes — kept local, never published to the public repo
docs/announcement-draft.md
docs/private/

# Python
.venv/
__pycache__/
*.pyc
.pytest_cache/
*.egg-info/
build/
.mypy_cache/
