# Secrets and per-instance config — never commit
.env
.DS_Store

# Certificates and keys — per-instance, never push
certs/
*.pem
*.crt
*.p12
*.pfx
*.key
token.txt

# Python artifacts
__pycache__/
*.pyc
.venv/
venv/

# Packaging / build artifacts
/smartthings_local/_version.py
/dist/
*.egg-info/

# Bridge runtime
bridge.log
course_mapper.log

# Capture / dump files
*.pcap
*.har
*.mitm
capture/
flows/

# Local-only research tools (not part of the bridge runtime)
local-tools/

# Claude Code per-project state (permissions allowlist, etc.)
.claude/
